UCF STIG Viewer Logo

All skeleton files (typically those in /etc/skel) must have mode 0644 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226546 GEN001800 SV-226546r854416_rule Medium
Description
If the skeleton files are not protected, unauthorized personnel could change user startup parameters and possibly jeopardize user files.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-28707r483044_chk )
Check skeleton files permissions.
# ls -alL /etc/skel
If a skeleton file has a mode more permissive than 0644, this is a finding.
Fix Text (F-28695r483045_fix)
Change the mode of skeleton files with incorrect mode.
# chmod 0644