1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 22:01:15 +02:00

Merge pull request #12186 from NixOS/mergify/bp/2.25-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:19:26 +01:00 committed by GitHub
commit dee91873bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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