Set the owner and group of /etc/grub.conf to the root user. Rationale: Setting the owner and group to root prevents non-root users from changing the file.
Solution
Run the following command to assign owner and group of /etc/grub.conf to root: # chown root:root /etc/grub.conf Default Value: OS Default: No