UCF STIG Viewer Logo

All library files must not have extended ACLs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226497 GEN001310 SV-226497r603265_rule Medium
Description
Unauthorized access could destroy the integrity of the library files.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-28658r482879_chk )
Verify system libraries have no extended ACLs.

# ls -lL /usr/lib/* /lib/* /usr/sfw/lib

If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-28646r482880_fix)
Remove the extended ACL from the file.
# chmod A- [file with extended ACL]