Skip to content

Add new mount api for linux #744

New issue

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

Closed
6 tasks done
yujincheng08 opened this issue Jul 17, 2023 · 0 comments · Fixed by #752
Closed
6 tasks done

Add new mount api for linux #744

yujincheng08 opened this issue Jul 17, 2023 · 0 comments · Fixed by #752
Labels
enhancement New feature or request

Comments

@yujincheng08
Copy link
Contributor

yujincheng08 commented Jul 17, 2023

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants