STIGQter STIGQter: STIG Summary: Apple macOS 15 (Sequoia) Security Technical Implementation Guide Version: 1 Release: 7 Benchmark Date: 01 Apr 2026:

The macOS system must be configured to audit all authorization and authentication events.

DISA Rule

SV-268470r1034350_rule

Vulnerability Number

V-268470

Group Title

SRG-OS-000365-GPOS-00152

Rule Version

APPL-15-001044

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the macOS system to audit login events with the following command:

/usr/bin/grep -qE "^flags.*[^-]aa" /etc/security/audit_control || /usr/bin/sed -i.bak '/^flags/ s/$/,aa/' /etc/security/audit_control; /usr/sbin/audit -s

Check Contents

Verify the macOS system is configured to audit login events with the following command:

/usr/bin/awk -F':' '/^flags/ { print $NF }' /etc/security/audit_control | /usr/bin/tr ',' '\n' | /usr/bin/grep -Ec 'aa'

If the result is not "1", this is a finding.

Vulnerability Number

V-268470

Documentable

False

Rule Version

APPL-15-001044

Severity Override Guidance

Verify the macOS system is configured to audit login events with the following command:

/usr/bin/awk -F':' '/^flags/ { print $NF }' /etc/security/audit_control | /usr/bin/tr ',' '\n' | /usr/bin/grep -Ec 'aa'

If the result is not "1", this is a finding.

Check Content Reference

M

Target Key

5661