SV-238243r653904_rule
V-238243
SRG-OS-000046-GPOS-00022
UBTU-20-010117
CAT II
10
Configure "auditd" service to notify the SA and ISSO in the event of an audit processing failure.
Edit the following line in "/etc/audit/auditd.conf" to ensure administrators are notified via email for those situations:
action_mail_acct = <administrator_account>
Note: Change "administrator_account" to an account for security personnel.
Restart the "auditd" service so the changes take effect:
$ sudo systemctl restart auditd.service
Verify that the SA and ISSO (at a minimum) are notified in the event of an audit processing failure with the following command:
$ sudo grep '^action_mail_acct = root' /etc/audit/auditd.conf
action_mail_acct = <administrator_account>
If the value of the "action_mail_acct" keyword is not set to an accounts for security personnel, the "action_mail_acct" keyword is missing, or the returned line is commented out, this is a finding.
V-238243
False
UBTU-20-010117
Verify that the SA and ISSO (at a minimum) are notified in the event of an audit processing failure with the following command:
$ sudo grep '^action_mail_acct = root' /etc/audit/auditd.conf
action_mail_acct = <administrator_account>
If the value of the "action_mail_acct" keyword is not set to an accounts for security personnel, the "action_mail_acct" keyword is missing, or the returned line is commented out, this is a finding.
M
5318