UCF STIG Viewer Logo

The /etc/group file must have mode 0644 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227646 GEN001393 SV-227646r603266_rule Medium
Description
The /etc/group file is critical to system security and must be protected from unauthorized modification. The group file contains a list of system groups and associated information.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29808r488498_chk )
Check the mode of the /etc/group file.

Procedure:
# ls -l /etc/group
If the file mode is more permissive than 0644, this is a finding.
Fix Text (F-29796r488499_fix)
Change the mode of the /etc/group file to 0644 or less permissive.
# chmod 0644 /etc/group