Fix security hole /boot and /boot/loader/random-seed

https://github.com/nix-community/disko/issues/527
This commit is contained in:
GHOSCHT 2024-03-02 18:26:52 +01:00
parent 126b71a6db
commit 03c92b4722
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

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