mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
24 lines
633 B
YAML
24 lines
633 B
YAML
title: System Policy Managed
|
|
description: ''
|
|
payload:
|
|
payloadtype: com.apple.systempolicy.managed
|
|
supportedOS:
|
|
macOS:
|
|
introduced: '10.8'
|
|
multiple: true
|
|
devicechannel: true
|
|
userchannel: true
|
|
requiresdep: false
|
|
userapprovedmdm: false
|
|
allowmanualinstall: true
|
|
userenrollment:
|
|
mode: forbidden
|
|
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.
|