Audit log directories must have mode 0755 or less permissive.

From Oracle Linux 6 Security Technical Implementation Guide

Part of SRG-OS-000059

Associated with: CCI-000164

SV-64833r1_rule Audit log directories must have mode 0755 or less permissive.

Vulnerability discussion

If users can delete audit logs, audit trails can be modified or destroyed.

Check content

Run the following command to check the mode of the system audit directories: grep "^log_file" /etc/audit/auditd.conf|sed 's/^[^/]*//; s/[^/]*$//'|xargs stat -c %a:%n Audit directories must be mode 0755 or less permissive. If any are more permissive, this is a finding.

Fix text

Change the mode of the audit log directories with the following command: # chmod go-w [audit_directory]

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