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
Use new --disable-userns bubblewrap feature when possible
This feature (added in containers/bubblewrap#488)
allows us to improve the guarantees of disallowing the sandbox to use
recursive user namespaces (which is a security risk) compared to the
existing limits that use seccomp.
This doesn't work with a setuid bubblewrap, so if you're using that
you now have to build flatpak with --with-priv-mode=setuid, even when
using the system bubblewrap.
0 commit comments