-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add small bubblewrap like program as a build step #339
Conversation
Don't create a user namespace if we are already root and don't chroot if cwd is already root
I understand the idea/implementation in principle. Would you mind outlining any particular, specific usecases for this? |
It's to reduce the binary seed required for an unprivileged build to just hex0+kaem-optional and can be used with the following commands
|
I like it but 2 minor details:
great work |
If this could be
I think I'm happy to include this in principle. |
#436 will bring in wrap.c into live-bootstrap, although currently unused |
Replaced by #479 |
This allow the user to perform a rootless build without bubblewrap on machines with user namespaces enabled