UCF STIG Viewer Logo

System files and directories must not have uneven access permissions.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226484 GEN001140 SV-226484r603265_rule Medium
Description
Discretionary access control is undermined if users, other than a file owner, have greater access permissions to system files and directories than the owner.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-28645r482837_chk )
Check system directories for uneven file permissions.
Procedure:
# ls -lL /etc /bin /usr/bin /usr/ucb /sbin /usr/sbin

Uneven file permissions exist if the file owner has less permissions than the group or other user classes. If any of the files in the above listed directories contain uneven file permissions, this is a finding.
Fix Text (F-28633r482838_fix)
Change the mode of files with uneven permissions so owners do not have less permission than group or world users.