Information
OL 9 must act when allocated audit record storage volume reaches 95 percent of the repository maximum audit record storage capacity.
GROUP ID: V-271603
RULE ID: SV-271603r1092592
If action is not taken when storage volume reaches 95 percent utilization, the auditing system may fail when the storage volume reaches capacity.
Solution
Configure the auditd service to take action in the event of allocated audit record storage volume reaches 95 percent of the repository maximum audit record storage capacity.
Edit the following line in "/etc/audit/auditd.conf" to ensure that the system is forced into single user mode in the event the audit record storage volume is about to reach maximum capacity:
admin_space_left_action = single
The audit daemon must be restarted for changes to take effect.
Restart auditd:
$ sudo service auditd restart