macOS: System Extension Configuration
How it Works
Full Disk Access
MDM configuration profile for Full Disk Access
<?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>PayloadType</key>
<string>com.apple.TCC.configuration-profile-policy</string>
<key>PayloadUUID</key>
<string><!-- generate a UUID --></string>
<key>Services</key>
<dict>
<key>SystemPolicyAllFiles</key>
<array>
<dict>
<key>Identifier</key>
<string>com.keeper.endpoint-privilege-manager.extension</string>
<key>IdentifierType</key>
<string>bundleID</string>
<key>CodeRequirement</key>
<string>anchor apple generic and identifier "com.keeper.endpoint-privilege-manager.extension"</string>
<key>Allowed</key>
<true/>
<key>StaticCode</key>
<false/>
</dict>
<dict>
<key>Identifier</key>
<string>com.keeper.endpoint-privilege-manager</string>
<key>IdentifierType</key>
<string>bundleID</string>
<key>CodeRequirement</key>
<string>anchor apple generic and identifier "com.keeper.endpoint-privilege-manager"</string>
<key>Allowed</key>
<true/>
<key>StaticCode</key>
<false/>
</dict>
</array>
</dict>
</dict>
</plist>Configuration File
MQTT Outage Behavior
Setting
Default
Description
Policy Response Timeout
Setting
Default
Description
Path Filtering
Setting
Default
Description
Example — exclude a specific application directory:
Updating Settings via Policy
Checking Extension Status
Troubleshooting
Last updated
Was this helpful?

