mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
30 lines
933 B
YAML
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.
|