You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we still can't load an AppArmor profile without root, running a rootless container with a pre-loaded AppArmor profile should be possible.
We will need an additional command like sudo nerdctl apparmor load.
We will have to let RootlessKit bind-mount /sys/kernel/security from the parent mount namespace. (PR #508 implements the proposal without relying on /sys/kernel/security)