Files
apple_device-management/mdm/profiles/com.apple.security.firewall.yaml
T
2023-09-14 17:37:41 -04:00

95 lines
2.4 KiB
YAML

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: <boolean>
presence: required
content: If 'true', enables the firewall.
- key: BlockAllIncoming
type: <boolean>
presence: optional
content: If 'true', enables blocking of all incoming connections.
- key: EnableStealthMode
type: <boolean>
presence: optional
content: If 'true', enables stealth mode.
- key: Applications
type: <array>
presence: optional
content: The list of apps with connections controlled by the firewall.
subkeys:
- key: ApplicationsItem
title: Applications
type: <dictionary>
subkeys:
- key: BundleID
title: Application Identifier
type: <string>
presence: required
content: The bundle identifier for an app.
- key: Allowed
title: Allow connections
type: <boolean>
presence: required
content: If true, allows connections for the app.
- key: EnableLogging
supportedOS:
macOS:
introduced: '12.0'
type: <boolean>
presence: optional
content: |-
If 'true', enables logging.
Available in macOS 12 and later.
- key: LoggingOption
supportedOS:
macOS:
introduced: '12.0'
type: <string>
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: <boolean>
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: <boolean>
presence: optional
default: true
content: |-
If 'true', allows downloaded signed software to receive incoming connections.
Available in macOS 12.3 and later.