-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This should ensure a basic unsharing between guest and hosts This is not a proper sandbox This allows to: -unshare-devsys: do not share host devices and sysfs dirs from host -unshare-ipc: do not share ipc namemspace with host -unshare-netns: do not share the net namespace with host -unshare-process: do not share process namemspace with host And an unshare-all to do all the above. This allows to have only the minimal requirements to: access user's HOME launch applications with GUI/GPU/Audio/Video Additional mountpoints can be declared with --volume Signed-off-by: Luca Di Maio <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters