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 login and logout events.

DISA Rule

SV-268453r1034299_rule

Vulnerability Number

V-268453

Group Title

SRG-OS-000032-GPOS-00013

Rule Version

APPL-15-001002

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

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

A text editor may also be used to implement the required updates to the "/etc/security/audit_control" file.

Check Contents

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

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

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

Vulnerability Number

V-268453

Documentable

False

Rule Version

APPL-15-001002

Severity Override Guidance

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

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

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

Check Content Reference

M

Target Key

5661