UCF STIG Viewer Logo

All library files must not have extended ACLs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22317 GEN001310 SV-26376r1_rule ECLP-1 Medium
Description
Unauthorized access could destroy the integrity of the library files.
STIG Date
SOLARIS 9 X86 SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-38694r1_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-23570r1_fix)
Remove the extended ACL from the file.
# getfacl [file with extended ACL]
Remove each ACE returned.
# setfacl -d [ACE] [file with extended ACL]