jacobsalmela / tccutil

♿️ Command line tool to modify OS X's accessibility database (TCC.db)
https://jacobsalmela.com/2014/07/14/tccutil-py-command-line-utility-modifying-accessibility-database-os-x/
GNU General Public License v2.0
471 stars 62 forks source link

failed to reset CoreLocationAgent #26

Closed singular78 closed 6 years ago

singular78 commented 6 years ago

> tccutil reset CoreLocationAgent > failed to reset database

The macOS version is 10.13.1. Is the location database stored in tcc.db on this version of macOS ?

jacobsalmela commented 6 years ago

I do not believe CoreLocation is part of the TCC database. Look here: /var/db/locationd/clients.plist

singular78 commented 6 years ago

Thank you!