title: Firewall description: '' payload: payloadtype: com.apple.security.firewall supportedOS: macOS: introduced: '10.12' multiple: true devicechannel: true userchannel: false requiresdep: false userapprovedmdm: false allowmanualinstall: true userenrollment: mode: forbidden content: |- Manages the Application Firewall settings (e.g. Security pref pane -> Firewall). Notes: * The payload must exist in a "system" scoped profile. * If more than one profile contains this payload, the most restrictive union of settings will be used. payloadkeys: - key: EnableFirewall type: presence: required content: If 'true', enables the firewall. - key: BlockAllIncoming type: presence: optional content: If 'true', enables blocking of all incoming connections. - key: EnableStealthMode type: presence: optional content: If 'true', enables stealth mode. - key: Applications type: presence: optional content: The list of apps with connections controlled by the firewall. subkeys: - key: ApplicationsItem title: Applications type: subkeys: - key: BundleID title: Application Identifier type: presence: required content: The bundle identifier for an app. - key: Allowed title: Allow connections type: presence: required content: If true, allows connections for the app. - key: EnableLogging supportedOS: macOS: introduced: '12.0' type: presence: optional content: |- If 'true', enables logging. Available in macOS 12 and later. - key: LoggingOption supportedOS: macOS: introduced: '12.0' type: presence: optional rangelist: - throttled - brief - detail content: |- This string specifies the type of logging. Available in macOS 12 and later. - key: AllowSigned supportedOS: macOS: introduced: '12.3' type: presence: optional default: true content: |- If 'true', allows built-in software to receive incoming connections. Available in macOS 12.3 and later. - key: AllowSignedApp supportedOS: macOS: introduced: '12.3' type: presence: optional default: true content: |- If 'true', allows downloaded signed software to receive incoming connections. Available in macOS 12.3 and later.