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-226417 GEN000000-SOL00260 SV-226417r603265_rule Medium
Description
A permission mask not set to the required level could allow unauthorized access to sensitive system files and resources.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-28578r482612_chk )
# ls -lL /usr/aset/userlist

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