Created
June 29, 2021 15:26
-
-
Save knightsc/cb0811cc462ada8ddb440770b4d78777 to your computer and use it in GitHub Desktop.
macOS example profile to whitelist application which in turn makes use of mcxalr.kext
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>PayloadDisplayName</key> | |
<string>Parental Controls: Application Access #1</string> | |
<key>PayloadIdentifier</key> | |
<string>com.apple.applicationaccess.new</string> | |
<key>PayloadType</key> | |
<string>com.apple.applicationaccess.new</string> | |
<key>PayloadUUID</key> | |
<string>F8BAA231-E1DA-4C76-9C3B-887B8EC9F17A</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
<key>familyControlsEnabled</key> | |
<true/> | |
<key>whiteList</key> | |
<array> | |
<dict> | |
<key>appStore</key> | |
<false/> | |
<key>bundleID</key> | |
<string>com.someone</string> | |
<key>disabled</key> | |
<false/> | |
<key>displayName</key> | |
<string>Some app</string> | |
</dict> | |
</array> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>Untitled</string> | |
<key>PayloadIdentifier</key> | |
<string>com.github.erikberglund.ProfileCreator.BA1AF906-CEC8-48C7-A608-49FF9AF4BB77</string> | |
<key>PayloadOrganization</key> | |
<string>ProfileCreator</string> | |
<key>PayloadScope</key> | |
<string>System</string> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>BA1AF906-CEC8-48C7-A608-49FF9AF4BB77</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment