SV-209055r603263_rule
V-209055
SRG-OS-000059
OL6-00-000385
CAT II
10
Change the mode of the audit log directories with the following command:
# chmod go-w [audit_directory]
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.
V-209055
False
OL6-00-000385
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.
M
2928