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

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