SV-230773r599842_rule
V-230773
SRG-OS-000047-GPOS-00023
APPL-11-001010
CAT II
10
Edit the "/etc/security/audit_control file" and change the value for policy to include the setting "ahlt". To do this programmatically, run the following command:
sudo /usr/bin/sed -i.bak '/^policy/ s/$/,ahlt/' /etc/security/audit_control; sudo /usr/sbin/audit -s
Verify that the audit control system is configured to shut down upon failure using the following command:
sudo /usr/bin/grep ^policy /etc/security/audit_control | /usr/bin/grep ahlt
If there is no result, this is a finding.
V-230773
False
APPL-11-001010
Verify that the audit control system is configured to shut down upon failure using the following command:
sudo /usr/bin/grep ^policy /etc/security/audit_control | /usr/bin/grep ahlt
If there is no result, this is a finding.
M
5246