disko: secure /boot

This commit is contained in:
Guanran Wang 2023-10-18 17:42:59 +08:00
parent d55cafd965
commit 58e773ba33
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -19,7 +19,7 @@
format = "vfat";
mountpoint = "/boot";
mountOptions = [
"defaults"
"defaults" "fmask=0077" "dmask=0077"
];
};
};