SV-258845r935564_rule
V-258845
SRG-OS-000343-GPOS-00134
PHTN-40-000112
CAT III
10
Navigate to and open:
/etc/audit/auditd.conf
Ensure the "space_left" and "space_left_action" lines are uncommented and set to the following:
space_left = 25%
space_left_action = SYSLOG
At the command line, run the following command:
# pkill -SIGHUP auditd
At the command line, run the following command to verify auditd is alerting when low disk space is detected:
# grep '^space_left' /etc/audit/auditd.conf
Expected result:
space_left = 25%
space_left_action = SYSLOG
If the output does not match the expected result, this is a finding.
V-258845
False
PHTN-40-000112
At the command line, run the following command to verify auditd is alerting when low disk space is detected:
# grep '^space_left' /etc/audit/auditd.conf
Expected result:
space_left = 25%
space_left_action = SYSLOG
If the output does not match the expected result, this is a finding.
M
5569