UCF STIG Viewer Logo

The /etc/shadow file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227651 GEN001430 SV-227651r603266_rule Medium
Description
The /etc/shadow file contains the list of local system accounts. It is vital to system security and must be protected from unauthorized modification. The file also contains password hashes which must not be accessible to users other than root.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29813r488513_chk )
Verify /etc/shadow has no extended ACL.
# ls -lL /etc/shadow

If the permissions include a '+', the file has an extended ACL and this is a finding.
Fix Text (F-29801r488514_fix)
Remove the extended ACL from the file.
# chmod A- /etc/shadow