nix icon indicating copy to clipboard operation
nix copied to clipboard

Add MS_NOSYMFOLLOW for linux

Open tedbrandston opened this issue 7 months ago • 2 comments
trafficstars

Looks like linux has had this since 5.10: https://www.phoronix.com/news/Linux-5.10-nosymfollow, and nix has it for bsd

At a glance it looks like all it takes is adding a comment and an MS_NOSYMFOLLOW to src/mount/linux.rs? Except maybe the libc crate doesn't expose it, yet?

tedbrandston avatar Apr 09 '25 13:04 tedbrandston