Rust 1.58.1 released
Rust 1.58.1 released
Posted Jan 25, 2022 2:01 UTC (Tue) by bmgordon (subscriber, #16077)In reply to: Rust 1.58.1 released by jra
Parent article: Rust 1.58.1 released
> We do now. Most applications don't. I'm including some system-level security libraries in that description. It would be nice to have a sandbox where user created symlinks are disallowed in order to run such applications safely.
Does MNT_NOSYMFOLLOW do what you're asking for? A mount with that flag can still contain symlinks, but they won't be followed. Chrome OS uses this when mounting partitions that can contain user-modifiable data, since it already doesn't have a history of allowing non-root users to create symlinks.
