Merge pull request #12185 from NixOS/mergify/bp/2.24-maintenance/pr-12016

Disable suid and atime on the /nix mount point on Darwin (backport #12016)
This commit is contained in:
Eelco Dolstra
2025-01-10 15:16:44 +01:00
committed by GitHub

View File

@@ -463,7 +463,7 @@ EOF
EDITOR="$SCRATCH/ex_cleanroom_wrapper" _sudo "to add nix to fstab" "$@" <<EOF
:a
UUID=$uuid $escaped_mountpoint apfs rw,noauto,nobrowse,suid,owners
UUID=$uuid $escaped_mountpoint apfs rw,noauto,nobrowse,nosuid,noatime,owners
.
:x
EOF