SV-260594r1038966_rule
V-260594
SRG-OS-000047-GPOS-00023
UBTU-22-653030
CAT II
10
Configure Ubuntu 22.04 LTS to shut down by default upon audit failure.
Add or modify the following line in the "/etc/audit/auditd.conf " file:
disk_full_action = HALT
Restart the "auditd" service for the changes to take effect:
$ sudo systemctl restart auditd.service
Note: If system availability has been determined to be more important, and this decision is documented with the ISSO, configure Ubuntu 22.04 LTS to notify system administration staff and ISSO staff in the event of an audit processing failure by setting the "disk_full_action" to "SYSLOG" or "SINGLE".
Verify Ubuntu 22.04 LTS takes the appropriate action when the audit storage volume is full by using the following command:
$ sudo grep -i disk_full_action /etc/audit/auditd.conf
disk_full_action = HALT
If "disk_full_action" is not set to "HALT", "SYSLOG", or "SINGLE", is commented out, or is missing, this is a finding.
V-260594
False
UBTU-22-653030
Verify Ubuntu 22.04 LTS takes the appropriate action when the audit storage volume is full by using the following command:
$ sudo grep -i disk_full_action /etc/audit/auditd.conf
disk_full_action = HALT
If "disk_full_action" is not set to "HALT", "SYSLOG", or "SINGLE", is commented out, or is missing, this is a finding.
M
5594