SV-258168r958428_rule
V-258168
SRG-OS-000051-GPOS-00024
RHEL-09-653095
CAT II
10
Configure RHEL 9 to flush audit to disk by adding or updating the following rule in "/etc/audit/auditd.conf":
freq = 100
The audit daemon must be restarted for the changes to take effect.
Verify that audit system is configured to flush to disk after every 100 records with the following command:
$ sudo grep freq /etc/audit/auditd.conf
freq = 100
If "freq" isn't set to a value between "1" and "100", the value is missing, or the line is commented out, this is a finding.
V-258168
False
RHEL-09-653095
Verify that audit system is configured to flush to disk after every 100 records with the following command:
$ sudo grep freq /etc/audit/auditd.conf
freq = 100
If "freq" isn't set to a value between "1" and "100", the value is missing, or the line is commented out, this is a finding.
M
5551