Add small bubblewrap like program as a build step#339
Closed
MaxHearnden wants to merge 16 commits intofosslinux:masterfrom
Closed
Add small bubblewrap like program as a build step#339MaxHearnden wants to merge 16 commits intofosslinux:masterfrom
MaxHearnden wants to merge 16 commits intofosslinux:masterfrom
Conversation
Don't create a user namespace if we are already root and don't chroot if cwd is already root
Owner
|
I understand the idea/implementation in principle. Would you mind outlining any particular, specific usecases for this? |
Contributor
Author
|
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 |
MaxHearnden
added a commit
to MaxHearnden/mescc-tools-extra
that referenced
this pull request
Nov 30, 2023
This was referenced Nov 30, 2023
MaxHearnden
added a commit
to MaxHearnden/mescc-tools-extra
that referenced
this pull request
Dec 12, 2023
Owner
|
If this could be
I think I'm happy to include this in principle. |
Collaborator
|
#436 will bring in wrap.c into live-bootstrap, although currently unused |
Contributor
Author
|
Replaced by #479 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allow the user to perform a rootless build without bubblewrap on machines with user namespaces enabled