MDM

Voorbeeld van een aangepaste payload voor 'Regelaar voor voorkeurenpaneel 'Privacy''
<!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>PayloadDescription</key> <string>Corporate policy for Privacy preferences</string> <key>PayloadDisplayName</key> <string>Privacy Preferences Control</string> <key>PayloadIdentifier</key> <string>com.example.1A2B3C4D-5E6F-7G8H-9I0J-1A2B3C4D5E6F.privacy.3C4D5E6F-9I0J-7G8H-5E6F-2B3C4D3C4D5E</string> <key>PayloadUUID</key> <string>3C4D5E6F-9I0J-7G8H-5E6F-2B3C4D3C4D5E</string> <key>PayloadType</key> <string>com.apple.TCC.configuration-profile-policy</string> <key>PayloadOrganization</key> <string>Example Org</string> <key>Services</key> <dict> <key>SystemPolicySysAdminFiles</key> <array> <dict> <key>Identifier</key> <string>com.apple.Terminal</string> <key>IdentifierType</key> <string>bundleID</string> <key>CodeRequirement</key> <string>identifier "com.apple.Terminal" and anchor apple</string> <key>Allowed</key> <true/> <key>Comment</key> <string>Allows specified apps access to some files used by system administrators. Get the CodeRequirement with 'codesign --display -r - /Applications/Utilities/Terminal.app'</string> </dict> </array> <key>SystemPolicyAllFiles</key> <array> <dict> <key>Identifier</key> <string>/usr/bin/mdutil</string> <key>IdentifierType</key> <string>path</string> <key>CodeRequirement</key> <string>identifier "com.apple.mdutil" and anchor apple</string> <key>Allowed</key> <true/> <key>Comment</key> <string>Allows specified apps access to data like Mail, Messages, Safari, Home, Time Machine backups, and certain administrative settings for all users on the Mac. Get the CodeRequirement with 'codesign --display -r - /usr/bin/mdutil'</string> </dict> </array> <key>Accessibility</key> <array> <dict> <key>Identifier</key> <string>com.example.Test</string> <key>IdentifierType</key> <string>bundleID</string> <key>CodeRequirement</key> <string>... output of 'codesign --display -r - <app>' ...</string> <key>Allowed</key> <true/> <key>Comment</key> <string>Allows specified apps to control the Mac via Accessibility APIs. The CodeRequirement can be obtained via 'codesign --display -r - /Applications/ExampleTest.app'</string> </dict> </array> </dict> </dict> </array> <key>PayloadDisplayName</key> <string>Privacy Preferences Configuration Profile</string> <key>PayloadIdentifier</key> <string>com.example.1A2B3C4D-5E6F-7G8H-9I0J-1A2B3C4D5E6F.privacy</string> <key>PayloadUUID</key> <string>1A2B3C4D-5E6F-7G8H-9I0J-1A2B3C4D5E6F</string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadScope</key> <string>System</string> </dict></plist>