more strict /boot rights

This commit is contained in:
Christoph Cullmann 2025-07-05 23:01:55 +02:00
parent 1e0474b124
commit ca0b94d19b
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -18,6 +18,6 @@
device = "/dev/disk/by-id/nvme-Seagate_FireCuda_530_ZP4000GM30013_7VS01VBM-part1";
fsType = "vfat";
neededForBoot = true;
options = [ "fmask=0022" "dmask=0022" ];
options = [ "fmask=0077" "dmask=0077" ];
};
}