We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://brauner.io/2023/02/28/mounting-into-mount-namespaces.html
If we are going to use the above way to create mounts, we need the following system calls:
open_tree
move_mount
fsmount
fsconfig
fsopen
fspick
But I don't see them in linux_raw. Could them be added?
linux_raw
The content you are editing has changed. Please copy your edits and refresh the page.
mount
The text was updated successfully, but these errors were encountered:
mount_setattr
Successfully merging a pull request may close this issue.
See https://brauner.io/2023/02/28/mounting-into-mount-namespaces.html
If we are going to use the above way to create mounts, we need the following system calls:
open_tree
move_mount
fsmount
fsconfig
fsopen
fspick
But I don't see them in
linux_raw
. Could them be added?Tasks
mount
module. #763The text was updated successfully, but these errors were encountered: