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

Add new mount api for linux #744

Closed
2 tasks done
yujincheng08 opened this issue Jul 17, 2023 · 0 comments · Fixed by #752
Closed
2 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants