Rule ID
SV-46089r1_rule
Version
V1R12
If the access permissions are more permissive than 0640, system security could be compromised.
Check access configuration mode: # ls -lL /etc/security/access.conf If this file exists and has a mode more permissive than 0640, this is a finding.
Use the chmod command to set the permissions to 0640. (for example: # chmod 0640 /etc/security/access.conf