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

30 lines
933 B
YAML

title: System Policy Control
description: ''
payload:
payloadtype: com.apple.systempolicy.control
supportedOS:
macOS:
introduced: '10.8'
multiple: true
devicechannel: true
userchannel: false
requiresdep: false
userapprovedmdm: false
allowmanualinstall: true
userenrollment:
mode: forbidden
content: Provides a way of enabling System Policy assessment processing. This corresponds
to the Gatekeeper UI in the Security pref pane.
payloadkeys:
- key: EnableAssessment
type: <boolean>
presence: optional
content: If 'true', enables Gatekeeper.
- key: AllowIdentifiedDevelopers
type: <boolean>
presence: optional
content: |-
If 'true', enables Gatekeeper's 'Mac App Store and identified developers' option.
If 'false', enables Gatekeeper's 'Mac App Store' option.
If the value of 'EnableAssessment' isn't set to 'true', this key has no effect.