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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
### Tasks - [ ] https://github.com/bytecodealliance/rustix/pull/752 - [ ] https://github.com/bytecodealliance/rustix/pull/763
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?The text was updated successfully, but these errors were encountered: