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-SAMSUNG_MZVLB1T0HBLR-000L2_S4DZNX0R362286-part1"; device = "/dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HBLR-000L2_S4DZNX0R362286-part1";
fsType = "vfat"; fsType = "vfat";
neededForBoot = true; neededForBoot = true;
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0077" "dmask=0077" ];
}; };
} }

View file

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

View file

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

View file

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