Information
The system must require authentication before allowing modification of the boot devices or menus. Secure the GRUB Menu (Intel).
GROUP ID: V-216218RULE ID: SV-216218r959010
The flexibility that GRUB provides creates a security risk if its configuration is modified by an unauthorized user. The failsafe menu entry needs to be secured in the same environments that require securing the systems firmware to avoid unauthorized removable media boots.
Solution
The root role is required.
This action applies to the global zone only. Determine the zone that you are currently securing.
zonename
If the command output is "global", this action applies.
Update GRUB to use a custom configuration file.
pfedit /rpool/boot/grub/grub.cfgInsert the line:source $prefix/custom.cfg
Create a password hash.
/usr/lib/grub2/bios/bin/grub-mkpasswd-pbkdf2Enter password:Reenter password:Your PBKDF2 is .......Copy the long password hash in its entirety.
pfedit /rpool/boot/grub/custom.cfgInsert the lines:set superusers="[username]"password_pbkdf2 [username] [password hash]
Restart the system.