STIGQter STIGQter: STIG Summary: Apple OS X 10.14 (Mojave) Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

The macOS system must shut down by default upon audit failure (unless availability is an overriding concern).

DISA Rule

SV-209552r610285_rule

Vulnerability Number

V-209552

Group Title

SRG-OS-000047-GPOS-00023

Rule Version

AOSX-14-001010

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

Check Contents

To view the setting for the audit control system, run 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.

Vulnerability Number

V-209552

Documentable

False

Rule Version

AOSX-14-001010

Severity Override Guidance

To view the setting for the audit control system, run 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.

Check Content Reference

M

Target Key

2930

Comments