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 audit log files to be owned by root.

DISA Rule

SV-268456r1034308_rule

Vulnerability Number

V-268456

Group Title

SRG-OS-000057-GPOS-00027

Rule Version

APPL-15-001012

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the macOS system with audit log files owned by root with the following command:

/usr/sbin/chown -R root /var/audit/*

Check Contents

Verify the macOS system is configured with audit log files owned by root with the following command:

/bin/ls -n $(/usr/bin/grep '^dir' /etc/security/audit_control | /usr/bin/awk -F: '{print $2}') | /usr/bin/awk '{s+=$3} END {print s}'

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

Vulnerability Number

V-268456

Documentable

False

Rule Version

APPL-15-001012

Severity Override Guidance

Verify the macOS system is configured with audit log files owned by root with the following command:

/bin/ls -n $(/usr/bin/grep '^dir' /etc/security/audit_control | /usr/bin/awk -F: '{print $2}') | /usr/bin/awk '{s+=$3} END {print s}'

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

Check Content Reference

M

Target Key

5661