-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently the sandboxed-api examples fail to build on systems that do not allow unprivileged processed to create user namespaces.
While few systems do not enable user namespaces entirely, some distributions and hardening recommendations restrict user ns to privileged processes.
Bubblewrap has solved this by providing an alternative suid binary that sets up the user namespace before dropping privileges, allowing this feature to work on systems with restricted user namespaces.
Currently, the use of sandboxed-api is not possible on hardened systems that do not allow unprivileged user namespaces.
Please allow at least a partial use of sandboxed-api on these hardened systems.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request