SV-100151r1_rule
V-89501
SRG-OS-000059-GPOS-00029
VRAU-SL-000170
CAT II
10
Change the mode of the audit log directories with the following command:
# chmod 700 <audit log 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 "0700".
If any are more permissive, this is a finding.
V-89501
False
VRAU-SL-000170
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 "0700".
If any are more permissive, this is a finding.
M
3459