Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rtrouton/ce99d238982cc0d5a945077e5b3d4651 to your computer and use it in GitHub Desktop.
Save rtrouton/ce99d238982cc0d5a945077e5b3d4651 to your computer and use it in GitHub Desktop.
<?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">
<dict>
<key>PayloadUUID</key>
<string>CC25188C-5988-4EC7-8622-3D7CDD56A6DD</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadOrganization</key>
<string>Company Name</string>
<key>PayloadIdentifier</key>
<string>CC25188C-5988-4EC7-8622-3D7CDD56A6DD</string>
<key>PayloadDisplayName</key>
<string>LuLu System Extension NonRemovableFromUISystemExtensions Settings</string>
<key>PayloadDescription</key>
<string/>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadEnabled</key>
<true/>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadUUID</key>
<string>168038F2-B6BA-415E-9FA7-84D45FF1BCAA</string>
<key>PayloadType</key>
<string>com.apple.system-extension-policy</string>
<key>PayloadOrganization</key>
<string>Company Name</string>
<key>PayloadIdentifier</key>
<string>168038F2-B6BA-415E-9FA7-84D45FF1BCAA</string>
<key>PayloadDisplayName</key>
<string>System Extensions</string>
<key>PayloadDescription</key>
<string/>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadEnabled</key>
<true/>
<key>AllowUserOverrides</key>
<true/>
<key>NonRemovableFromUISystemExtensions</key>
<dict>
<key>VBG97UB4TA</key>
<array>
<string>com.objective-see.lulu.extension</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment