Created
September 13, 2024 22:07
-
-
Save rtrouton/ce99d238982cc0d5a945077e5b3d4651 to your computer and use it in GitHub Desktop.
This file contains 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"> | |
<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