Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-38581 | RHEL-06-000066 | SV-50382r1_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 |
---|---|
Red Hat Enterprise Linux 6 Security Technical Implementation Guide | 2014-06-10 |
Check Text ( None ) |
---|
None |
Fix Text (F-43529r1_fix) |
---|
The file "/etc/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 "/etc/grub.conf", run the command: # chgrp root /etc/grub.conf |