Check: GEN001310
HP-UX 11.31 STIG:
GEN001310
(in versions v1 r19 through v1 r13)
Title
All library files must not have extended ACLs. (Cat II impact)
Discussion
Unauthorized access could destroy the integrity of the library files.
Check Content
Verify system libraries have no extended ACLs. # ls -lLR /usr/lib/* /lib/* If the permissions include a "+" the file has an extended ACL, this is a finding.
Fix Text
Remove the optional ACL from the file. # chacl -z /usr/lib/* /lib/*
Additional Identifiers
Rule ID: SV-38283r1_rule
Vulnerability ID: V-22317
Group Title: GEN001310
Expert Comments
Expert comments are only available to logged-in users.
CCIs
CCIs tied to check.
Number | Definition |
---|---|
CCI-001499 |
The organization limits privileges to change software resident within software libraries. |
Controls
Controls tied to check. These are derived from the CCIs shown above.
Number | Title |
---|---|
CM-5 (6) |
Limit Library Privileges |