bytecodealliance / rustix

Safe Rust bindings to POSIX-ish APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `mount_setattr`

rusty-snake opened this issue · comments

The new mount api makes it possible to atomically create read-only binds mount together with mount_setattr.

https://www.man7.org/linux/man-pages/man2/mount_setattr.2.html

Relates to #744