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 configure the audit log folder to not contain access control lists (ACLs).

DISA Rule

SV-268433r1034239_rule

Vulnerability Number

V-268433

Group Title

SRG-OS-000057-GPOS-00027

Rule Version

APPL-15-000031

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the macOS system without ACLs applied to log folders with the following command:

/bin/chmod -N /var/audit

Check Contents

Verify the macOS system is configured without ACLs applied to log folders with the following command:

/bin/ls -lde /var/audit | /usr/bin/awk '{print $1}' | /usr/bin/grep -c ":"

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

Vulnerability Number

V-268433

Documentable

False

Rule Version

APPL-15-000031

Severity Override Guidance

Verify the macOS system is configured without ACLs applied to log folders with the following command:

/bin/ls -lde /var/audit | /usr/bin/awk '{print $1}' | /usr/bin/grep -c ":"

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

Check Content Reference

M

Target Key

5661