Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow basic sandboxing of containers #1413

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

xdom
Copy link

@xdom xdom commented May 25, 2024

Lets the users decide to unshare host home and root directories, and to create unprivileged containers without dropping security measures. Default behaviour of commands stays as-is. Partially related to issue #28.

xdom added 5 commits May 25, 2024 11:03
distrobox-create now supports following options:
`--unshare-home`: Unshares host home directory
`--unshare-root`: Unshares host root directory
distrobox-create now supports a following option:
`--unprivileged`: Runs container without --privileged switch,
and without disabling labels and apparmor confinement.
dbus mounted into a container provides an access
to the root partition.
@89luca89
Copy link
Owner

Hi @xdom I'll take a deeper look at this ASAP this is a big change and I'd like to do further testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants