fix: Apply umask=0077 to /boot partition in all examples

This commit is contained in:
provokateurin
2025-01-06 20:23:33 +01:00
parent 76816af65d
commit 5be012e917
9 changed files with 9 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ for example like this:
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
}
{