Rule ID
SV-44924r1_rule
Version
V1R12
CCIs
Discretionary access control is undermined if users, other than a file owner, have greater access permissions to system files and directories than the owner.
Check system directories for uneven file permissions. Procedure: # ls –lL /etc /bin /usr/bin /usr/local/bin /sbin /usr/sbin /usr/local/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.
Change the mode of files with uneven permissions so owners do not have less permission than group or world users.