Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created October 26, 2021 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/f9efb09ce726ebc3bc51927c4071e3af to your computer and use it in GitHub Desktop.
Save rtrouton/f9efb09ce726ebc3bc51927c4071e3af to your computer and use it in GitHub Desktop.
Editing com.apple.system-extensions.admin in the authorization database to update the rule key's value to allow
security authorizationdb read com.apple.system-extensions.admin > /tmp/com.apple.system-extensions.admin.plist
/usr/libexec/PlistBuddy -c "Set rule:0 allow" /tmp/com.apple.system-extensions.admin.plist
security authorizationdb write com.apple.system-extensions.admin < /tmp/com.apple.system-extensions.admin.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment