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)
The text was updated successfully, but these errors were encountered:
AkihiroSuda
changed the title
Support rootless AppArmor with sudo nerdctl system apparmor load
Support rootless AppArmor with sudo nerdctl apparmor loadNov 10, 2021
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(PR #508 implements the proposal without relying on/sys/kernel/security
from the parent mount namespace./sys/kernel/security
)The text was updated successfully, but these errors were encountered: