Closed
Description
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
- [ ] https://github.com/bytecodealliance/rustix/pull/752
- [ ] https://github.com/bytecodealliance/rustix/pull/763