Check: APPL-26-001031
Apple macOS 26 (Tahoe) STIG:
APPL-26-001031
(in version v1 r1)
Title
The macOS system must configure audit failure notification. (Cat II impact)
Discussion
The audit service must be configured to immediately print messages to the console or email administrator users when an auditing failure occurs. It is critical for the appropriate personnel to be made aware immediately if a system is at risk of failing to process audit logs as required. Without a real-time alert, security personnel may be unaware of a potentially harmful failure in the auditing system's capability, and system operation may be adversely affected.
Check Content
Verify the macOS system is configured to produce audit failure notification with the following command: /usr/bin/grep -c "logger -s -p" /etc/security/audit_warn If the result is not "1", this is a finding.
Fix Text
Configure the macOS system to produce audit failure notification with the following command: /usr/bin/sed -i.bak 's/logger -p/logger -s -p/' /etc/security/audit_warn; /usr/sbin/audit -s
Additional Identifiers
Rule ID: SV-277076r1148680_rule
Vulnerability ID: V-277076
Group Title: SRG-OS-000344-GPOS-00135
Expert Comments
CCIs
| Number | Definition |
|---|---|
| CCI-001858 |
Provide an alert in an organization-defined real-time-period to organization-defined personnel, roles, and/or locations when organization-defined audit failure events requiring real-time alerts occur. |
Controls
| Number | Title |
|---|---|
| AU-5(2) |
Real-time Alerts |