UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

All manual page files must not have extended ACLs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22316 GEN001290 SV-37238r1_rule ECLP-1 Low
Description
If manual pages are compromised, misleading information could be inserted, causing actions to compromise the system.
STIG Date
Red Hat Enterprise Linux 5 Security Technical Implementation Guide 2013-04-10

Details

Check Text ( C-35929r1_chk )
Verify all manual page files have no extended ACLs.
# ls -lL /usr/share/man /usr/share/info /usr/share/infopage
If the permissions include a '+', the file has an extended ACL this is a finding.

Fix Text (F-31185r1_fix)
Remove the extended ACL from the file.
# setfacl --remove-all /usr/share/man/* /usr/share/info/* /usr/share/infopage/*