The audit system must be configured to audit failed attempts to access files and programs.

From Red Hat Enterprise Linux 5 Security Technical Implementation Guide

Part of GEN002720-4

Associated with IA controls: ECAR-3, ECAR-2, ECAR-1

Associated with: CCI-000126 CCI-000192

SV-37654r2_rule The audit system must be configured to audit failed attempts to access files and programs.

Vulnerability discussion

If the system is not configured to audit certain activities and write them to an audit log, it is more difficult to detect and track system compromises and damages incurred during a system compromise.

Check content

Fix text

Edit the audit.rules file and add the following line(s) to enable auditing of failed attempts to access files and programs: either: -a exit,always -F arch= -S truncate -F success=0 or both: -a exit,always -F arch= -S truncate -F exit=-EPERM -a exit,always -F arch= -S truncate -F exit=-EACCES Restart the auditd service. # service auditd restart

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer