SV-239149r675255_rule
V-239149
SRG-OS-000480-GPOS-00227
PHTN-67-000078
CAT II
10
Open /etc/audit/auditd.conf with a text editor.
Ensure that the line below is present and any existing "flush" and "freq" settings are removed.
flush = INCREMENTAL_ASYNC
freq = 50
At the command line, execute the following command:
# grep -E "freq|flush" /etc/audit/auditd.conf
Expected result:
flush = INCREMENTAL_ASYNC
freq = 50
If the output does not match the expected result, this is a finding.
V-239149
False
PHTN-67-000078
At the command line, execute the following command:
# grep -E "freq|flush" /etc/audit/auditd.conf
Expected result:
flush = INCREMENTAL_ASYNC
freq = 50
If the output does not match the expected result, this is a finding.
M
5323