SV-258807r958412_rule
V-258807
SRG-OS-000037-GPOS-00015
PHTN-40-000014
CAT II
10
Navigate to and open:
/etc/audit/auditd.conf
Ensure the "write_logs" line is uncommented and set to the following:
write_logs = yes
At the command line, run the following command:
# pkill -SIGHUP auditd
At the command line, run the following command to verify auditd is configured to write logs to disk:
# grep '^write_logs' /etc/audit/auditd.conf
Example result:
write_logs = yes
If there is no output, this is not a finding.
If "write_logs" exists and is not configured to "yes", this is a finding.
V-258807
False
PHTN-40-000014
At the command line, run the following command to verify auditd is configured to write logs to disk:
# grep '^write_logs' /etc/audit/auditd.conf
Example result:
write_logs = yes
If there is no output, this is not a finding.
If "write_logs" exists and is not configured to "yes", this is a finding.
M
5569