UCF STIG Viewer Logo

The /usr/aset/userlist file must have mode 0600 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-957 GEN000000-SOL00260 SV-957r2_rule ECLP-1 Medium
Description
A permission mask not set to the required level could allow unauthorized access to sensitive system files and resources.
STIG Date
SOLARIS 9 X86 SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-2252r2_chk )
# ls -lL /usr/aset/userlist

If /usr/aset/userlist has a mode more permissive than 0600, this is a finding.
Fix Text (F-1111r2_fix)
Change the mode of the /usr/aset/userlist file to 0600.
# chmod 0600 /usr/aset/userlist