1.167 OL09-00-000880

Information

OL 9 must write audit records to disk.

GROUP ID: V-271602
RULE ID: SV-271602r1092590

Audit data should be synchronously written to disk to ensure log integrity. This setting ensures that all audit event data is written disk.

Solution

Configure the 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

The audit daemon must be restarted for changes to take effect.

Restart auditd:

$ sudo service auditd restart

See Also

https://workbench.cisecurity.org/benchmarks/27024