UCF STIG Viewer Logo

All run control scripts must have no extended ACLs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226537 GEN001590 SV-226537r603265_rule Medium
Description
If the startup files are writable by other users, they could modify the startup files to insert malicious commands into the startup files.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-28698r483005_chk )
Verify run control scripts have no extended ACLs.
# ls -lL /etc/rc* /etc/init.d
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-28686r483006_fix)
Remove the extended ACL from the file.
# chmod A- [run control script with extended ACL]