UCF STIG Viewer Logo

The system boot loader configuration file(s) must be group-owned by root.


Overview

Finding ID Version Rule ID IA Controls Severity
V-208841 OL6-00-000066 SV-208841r793626_rule Medium
Description
The "root" group is a highly-privileged group. Furthermore, the group-owner of this file should not have any access privileges anyway.
STIG Date
Oracle Linux 6 Security Technical Implementation Guide 2021-12-03

Details

Check Text ( C-9094r462331_chk )
To check the group ownership of "/boot/grub/grub.conf", run the command:

$ ls -lL /boot/grub/grub.conf

If properly configured, the output should indicate the group-owner is "root".

If it does not, this is a finding.
Fix Text (F-9094r462332_fix)
The file "/boot/grub/grub.conf" should be group-owned by the "root" group to prevent destruction or modification of the file. To properly set the group owner of "/boot/grub/grub.conf", run the command:

# chgrp root /boot/grub/grub.conf