fleet/it-and-security/lib/macos/configuration-profiles/firewall.mobileconfig
Dale Ribeiro ab73f52408
Fix typos in firewall configuration profile (#39647)
Fixed typo in stealth firewall description. Changed organization from
FleetDM to Fleet.

---------

Co-authored-by: Allen Houchins <32207388+allenhouchins@users.noreply.github.com>
2026-02-10 16:33:33 -06:00

49 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>AllowSigned</key>
<true/>
<key>BlockAllIncoming</key>
<false/>
<key>EnableFirewall</key>
<true/>
<key>EnableStealthMode</key>
<false/>
<key>PayloadDescription</key>
<string>Configures Firewall settings</string>
<key>PayloadDisplayName</key>
<string>Firewall</string>
<key>PayloadIdentifier</key>
<string>com.fleetdm.0E0E1617-E88D-45C6-9E9B-C56BFD80C730</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadType</key>
<string>com.apple.security.firewall</string>
<key>PayloadUUID</key>
<string>0E0E1617-E88D-45C6-9E9B-C56BFD80C730</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Configures the firewall to be enabled in stealth mode</string>
<key>PayloadDisplayName</key>
<string>Turn on Firewall stealth mode</string>
<key>PayloadIdentifier</key>
<string>com.fleetdm.F302AA03-F873-4249-A1C3-7BD94B9B855F</string>
<key>PayloadOrganization</key>
<string>Fleet</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>F302AA03-F873-4249-A1C3-7BD94B9B855F</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>