SV-256492r1038966_rule
V-256492
SRG-OS-000047-GPOS-00023
PHTN-30-000015
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 commands:
# killproc auditd -TERM
# systemctl start auditd
At the command line, run the following command:
# grep -E "^disk_full_action|^disk_error_action|^admin_space_left_action" /etc/audit/auditd.conf
If any of the above parameters are not set to "SYSLOG" or are missing, this is a finding.
V-256492
False
PHTN-30-000015
At the command line, run the following command:
# grep -E "^disk_full_action|^disk_error_action|^admin_space_left_action" /etc/audit/auditd.conf
If any of the above parameters are not set to "SYSLOG" or are missing, this is a finding.
M
5520