Skip to content

Instantly share code, notes, and snippets.

@nicegraham
Created January 31, 2014 07:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicegraham/8727932 to your computer and use it in GitHub Desktop.
Save nicegraham/8727932 to your computer and use it in GitHub Desktop.
authorize instruments
# give access to instruments & co.
sudo security authorizationdb write system.privilege.taskport /var/tmp/system.privilege.taskport.plist
sudo security authorizationdb write com.apple.dt.instruments.process.analysis /var/tmp/com.apple.dt.instruments.process.analysis.plist
sudo security authorizationdb write com.apple.dt.instruments.process.kill /var/tmp/com.apple.dt.instruments.process.kill.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment