Restrict permissions on /boot to protect the random seed.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/FF9C-DC81";
|
||||
fsType = "vfat";
|
||||
options = [ "umask=0077" ]; # to avoid the random seed being world readable
|
||||
};
|
||||
|
||||
swapDevices = [ {
|
||||
|
||||
Reference in New Issue
Block a user