---
title: SystemPolicyManaged
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/systempolicymanaged
---

# SystemPolicyManaged

The payload that configures the Finder’s contextual menu to bypass the system policy.

## Declaration

```data
object SystemPolicyManaged
```

## Properties

DisableOverride: If true, disables the Finder’s contextual menu item.

## Discussion

Discussion Specify com.apple.systempolicy.managed as the payload type. Profile availability  |   |   |   |   |   |   |   |  Profile example <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict>     <key>PayloadContent</key>     <array>         <dict>             <key>DisableOverride</key>             <true/>             <key>PayloadIdentifier</key>             <string>com.example.mysystempolicymanagedpayload</string>             <key>PayloadType</key>             <string>com.apple.systempolicy.managed</string>             <key>PayloadUUID</key>             <string>4ceaeaba-dfb9-4eb2-a641-a89c472856f0</string>             <key>PayloadVersion</key>             <integer>1</integer>         </dict>     </array>     <key>PayloadDisplayName</key>     <string>System Policy Managed</string>     <key>PayloadIdentifier</key>     <string>com.example.myprofile</string>     <key>PayloadType</key>     <string>Configuration</string>     <key>PayloadUUID</key>     <string>4899fa10-e6e6-4d74-9fa3-64a2feb57c8e</string>     <key>PayloadVersion</key>     <integer>1</integer> </dict> </plist>

## See Also

### System policy

- [SystemPolicyControl](devicemanagement/systempolicycontrol.md)
- [SystemPolicyKernelExtensions](devicemanagement/systempolicykernelextensions.md)
- [SystemPolicyRule](devicemanagement/systempolicyrule.md)
