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 c3be54047f
commit 4a7ac7e25b

View File

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