Information
The SUSE operating system auditd service must notify the System Administrator (SA) and Information System Security Officer (ISSO) immediately when audit storage capacity is 75 percent full.
GROUP ID: V-234969
RULE ID: SV-234969r971542
If security personnel are not notified immediately when storage volume reaches 75 percent utilization, they are unable to plan for audit record storage capacity expansion.
Solution
Check the system configuration to determine the partition to which the audit records are written:
sudo grep -iw log_file /etc/audit/auditd.conf
Determine the size of the partition to which audit records are written (e.g., "/var/log/audit/"):
df -h /var/log/audit/
Set the value of the "space_left" keyword in "/etc/audit/auditd.conf" to 25 percent of the partition size.