STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Apple macOS 15 (Sequoia) Security Technical Implementation Guide

V-268557

CAT II (Medium)

The macOS system must enable macOS Application Firewall.

Rule ID

SV-268557r1034611_rule

STIG

Apple macOS 15 (Sequoia) Security Technical Implementation Guide

Version

V1R7

CCIs

CCI-000366

Discussion

The macOS Application Firewall is the built-in firewall that comes with macOS, and it must be enabled. When the macOS Application Firewall is enabled, the flow of information within the information system and between interconnected systems will be controlled by approved authorizations.

Check Content

Verify the macOS system is configured to enable the Application Firewall with the following command:

/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.security.firewall')\
.objectForKey('EnableFirewall').js
EOS

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

Fix Text

Configure the macOS system to enable the Application Firewall by installing the "com.apple.security.firewall" configuration profile.