SV-258855r933626_rule
V-258855
SRG-OS-000480-GPOS-00227
PHTN-40-000186
CAT II
10
Navigate to and open:
/etc/audit/auditd.conf
Add or update the following lines:
flush = INCREMENTAL_ASYNC
freq = 50
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 flush audit events to disk regularly:
# grep -E "freq|flush" /etc/audit/auditd.conf
Example result:
flush = INCREMENTAL_ASYNC
freq = 50
If "flush" is not set to "INCREMENTAL_ASYNC", this is a finding.
If "freq" is not set to "50", this is a finding.
V-258855
False
PHTN-40-000186
At the command line, run the following command to verify auditd is configured to flush audit events to disk regularly:
# grep -E "freq|flush" /etc/audit/auditd.conf
Example result:
flush = INCREMENTAL_ASYNC
freq = 50
If "flush" is not set to "INCREMENTAL_ASYNC", this is a finding.
If "freq" is not set to "50", this is a finding.
M
5569