1.4.1 Ensure permissions on bootloader config are configured

Information

The grub configuration file contains information on boot settings and passwords for unlocking boot options. The grub configuration is usually grub.cfg stored in /boot/grub. Setting the permissions to read and write for root only prevents non-root users from seeing the boot parameters or changing them. Non-root users who read the boot parameters may be able to identify weaknesses in security upon boot and be able to exploit them.

Solution

Run the following commands to set permissions on your grub configuration: # chown root:root /boot/grub/grub.cfg# chmod og-rwx /boot/grub/grub.cfg

See Also

https://workbench.cisecurity.org/files/1866

Item Details

Category: SYSTEM AND INFORMATION INTEGRITY

References: 800-53|SI-7(9), CSCv6|5.1

Plugin: Unix

Control ID: e289f99d789f85a2b327825ff5ec646443a526d93033217128fe46814406322a