Skip to content

Commit

Permalink
Restrict Permissions of grub/menu.lst
Browse files Browse the repository at this point in the history
This is described in the following issue:
flatcar/Flatcar#296

Setting the `Options=umask` parameter as that behaviour is well documented by systemd: https://www.freedesktop.org/software/systemd/man/latest/systemd.mount.html#Options.
  • Loading branch information
justdan96 authored Jan 16, 2024
1 parent db7a12e commit f18612f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemd/system/boot.mount
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ ConditionPathExists=!/usr/.noupdate
[Mount]
What=/dev/disk/by-label/EFI-SYSTEM
Where=/boot
Options=umask=0077

0 comments on commit f18612f

Please sign in to comment.