Information
RHEL 10 must write audit records to disk.
GROUP ID: V-281099RULE ID: SV-281099r1165652
Audit data must be synchronously written to disk to ensure log integrity. This setting ensures that all audit event data is written to disk.
Solution
Configure the RHEL 10 audit system to write log files to the disk.
Edit the "/etc/audit/auditd.conf" file and add or update the "write_logs" option to "yes":
write_logs = yes
Restart the audit daemon with the following command for changes to take effect:
$ sudo service auditd restart