Description
/boot/boot/grub/menu.lst permissions are 0755, and setting it to 0644 or 0600 is gone on reboot.
This could also be fixed by enforcing the permission by whatever is resetting it on boot
Impact
Low impact, just that the file is world readable, and doesn't need to be executable
Environment and steps to reproduce
- Set-up: tested on 2605.9.0 in qemu
- Action(s):
a. chmod 0600 /boot/boot/grub/menu.lst
b. systemctl reboot
c. stat /boot/boot/grub/menu.lst
Description
/boot/boot/grub/menu.lstpermissions are0755, and setting it to0644or0600is gone on reboot.This could also be fixed by enforcing the permission by whatever is resetting it on boot
Impact
Low impact, just that the file is world readable, and doesn't need to be executable
Environment and steps to reproduce
a.
chmod 0600 /boot/boot/grub/menu.lstb.
systemctl rebootc.
stat /boot/boot/grub/menu.lst