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

compartment: use clone3 instead of clone #488

Draft
wants to merge 2 commits into
base: kirkstone
Choose a base branch
from

Conversation

quitschbo
Copy link
Member

No description provided.

Added Tags about TSF.CML.Isolation in the corresponding file
descriptor comments of 'seccomp.[h|c]' files.

Signed-off-by: Michael Weiß <[email protected]>
To allow future use-cases, e.g., clone flags for new Namespace which
are only possible with clone3. We switch to clone3 syscall now. Also
just use the same stack area as the parent by setting corresponding
clone_args for stack to 'NULL' and stack_size to '0'.
This reduces code complexity.

Signed-off-by: Michael Weiß <[email protected]>
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.

1 participant