SV-258810r958424_rule
V-258810
SRG-OS-000046-GPOS-00022
PHTN-40-000021
CAT II
10
Navigate to and open:
/etc/audit/auditd.conf
Ensure the following lines are present, not duplicated, and not commented:
disk_full_action = SYSLOG
disk_error_action = SYSLOG
admin_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 configured to send an alert via syslog in the event of an audit processing failure:
# grep -E "^disk_full_action|^disk_error_action|^admin_space_left_action" /etc/audit/auditd.conf
Example result:
admin_space_left_action = SYSLOG
disk_full_action = SYSLOG
disk_error_action = SYSLOG
If "disk_full_action", "disk_error_action", and "admin_space_left_action" are not set to SYSLOG or are missing, this is a finding.
V-258810
False
PHTN-40-000021
At the command line, run the following command to verify auditd is configured to send an alert via syslog in the event of an audit processing failure:
# grep -E "^disk_full_action|^disk_error_action|^admin_space_left_action" /etc/audit/auditd.conf
Example result:
admin_space_left_action = SYSLOG
disk_full_action = SYSLOG
disk_error_action = SYSLOG
If "disk_full_action", "disk_error_action", and "admin_space_left_action" are not set to SYSLOG or are missing, this is a finding.
M
5569