mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
38 lines
998 B
YAML
38 lines
998 B
YAML
title: System Policy Managed
|
|
description: The payload that configures the Finder's contextual menu to bypass the
|
|
system policy.
|
|
payload:
|
|
payloadtype: com.apple.systempolicy.managed
|
|
supportedOS:
|
|
iOS:
|
|
introduced: n/a
|
|
macOS:
|
|
introduced: '10.8'
|
|
multiple: true
|
|
devicechannel: true
|
|
userchannel: true
|
|
supervised: false
|
|
requiresdep: false
|
|
userapprovedmdm: false
|
|
allowmanualinstall: true
|
|
userenrollment:
|
|
mode: forbidden
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
content: Provides a way of disabling the Finder's contextual menu that allows bypass
|
|
of System Policy restrictions.
|
|
payloadkeys:
|
|
- key: DisableOverride
|
|
type: <boolean>
|
|
presence: optional
|
|
default: false
|
|
content: If `true`, disables the Finder's contextual menu item.
|
|
examples:
|
|
- title: Profile example
|
|
files:
|
|
- file: examples/mdm/profiles/com.apple.systempolicy.managed/example1.plist
|