SV-209053r603263_rule
V-209053
SRG-OS-000058
OL6-00-000383
CAT II
10
Change the mode of the audit log files with the following command:
# chmod 0640 [audit_file]
Run the following command to check the mode of the system audit logs:
grep "^log_file" /etc/audit/auditd.conf|sed s/^[^\/]*//|xargs stat -c %a:%n
Audit logs must be mode 0640 or less permissive.
If any are more permissive, this is a finding.
V-209053
False
OL6-00-000383
Run the following command to check the mode of the system audit logs:
grep "^log_file" /etc/audit/auditd.conf|sed s/^[^\/]*//|xargs stat -c %a:%n
Audit logs must be mode 0640 or less permissive.
If any are more permissive, this is a finding.
M
2928