SV-99041r1_rule
V-88391
SRG-OS-000059-GPOS-00029
VROM-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 the audit directories is not set to mode "0700", this is a finding.
V-88391
False
VROM-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 the audit directories is not set to mode "0700", this is a finding.
M
3461