Skip to content

Instantly share code, notes, and snippets.

@julienma
Created November 2, 2019 21:50
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 julienma/98027e0b1842c24f6af88b0434378060 to your computer and use it in GitHub Desktop.
Save julienma/98027e0b1842c24f6af88b0434378060 to your computer and use it in GitHub Desktop.
Reset macOS security permissions

To get bundle identifier of an app:

osascript -e 'id of app "Logi Options Daemon"'

Then to reset all permissions of app:

tccutil reset All com.logitech.manager.daemon

Restart the app and it should prompt for correct permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment