Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created October 26, 2021 12:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rtrouton/24f39b68fa1b9d719c76ca5ad41a4450 to your computer and use it in GitHub Desktop.
Save rtrouton/24f39b68fa1b9d719c76ca5ad41a4450 to your computer and use it in GitHub Desktop.
Authorize a 3rd party application which wants to manipulate system extensions - before modification to allow anyone
<?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>class</key>
<string>rule</string>
<key>created</key>
<real>600880872.76305306</real>
<key>modified</key>
<real>656531090.20857704</real>
<key>rule</key>
<array>
<string>authenticate-admin-nonshared</string>
</array>
<key>version</key>
<integer>0</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment