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
Ubuntu 23.10 introduced `kernel.apparmor_restrict_unprivileged_userns`
to restrict unsharing user namespaces:
https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces
`kernel.apparmor_restrict_unprivileged_userns` is still opt-in in Ubuntu 23.10,
but it is expected to be enabled in future releases of Ubuntu.
The cloud-init script is now updated to install `/etc/apparmor.d/usr.local.bin.rootlesskit`
to continue allowing `/usr/local/bin/rootlesskit` to unshare user namespaces.
Signed-off-by: Akihiro Suda <[email protected]>
0 commit comments