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 capacity warning.

DISA Rule

SV-268468r1034344_rule

Vulnerability Number

V-268468

Group Title

SRG-OS-000046-GPOS-00022

Rule Version

APPL-15-001030

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the macOS system to require a minimum of 25 percent free disk space for audit record storage with the following command:

/usr/bin/sed -i.bak 's/.*minfree.*/minfree:25/' /etc/security/audit_control; /usr/sbin/audit -s

Check Contents

Verify the macOS system is configured to require a minimum of 25 percent free disk space for audit record storage with the following command:

/usr/bin/awk -F: '/^minfree/{print $2}' /etc/security/audit_control

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

Vulnerability Number

V-268468

Documentable

False

Rule Version

APPL-15-001030

Severity Override Guidance

Verify the macOS system is configured to require a minimum of 25 percent free disk space for audit record storage with the following command:

/usr/bin/awk -F: '/^minfree/{print $2}' /etc/security/audit_control

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

Check Content Reference

M

Target Key

5661