1. Home
  2. Security Hardening
  3. CIS SUSE Linux Enterprise Server 11 L1 V2.1.0
  4. Ensure bootloader password is set – password_pbkdf2

Ensure bootloader password is set – password_pbkdf2

Details

Setting the boot loader password will require that anyone rebooting the system must enter a password before being able to set command line boot parameters Requiring a boot password upon execution of the boot loader will prevent an unauthorized user from entering boot parameters or changing the boot partition. This prevents users from weakening security (e.g. turning off SELinux at boot time).

Solution

Create an encrypted password with grub-md5-crypt: # grub-md5-cryptPassword: Retype Password: Copy and paste the into the global section of /boot/grub/menu.lst: password –md5

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Information Integrity.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles