fix systemd-boot security warning for /boot

This commit is contained in:
Jörg Thalheim
2024-10-02 14:15:11 +02:00
committed by Mic92
parent 1cea965bc1
commit a024ea9850

View File

@@ -36,6 +36,7 @@
type = "filesystem"; type = "filesystem";
format = "vfat"; format = "vfat";
mountpoint = "/boot"; mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
}; };
}; };
root = { root = {