Reputation: 2207
I need a bash-solution that allows me to verify application rights. In the TCC.db I could find some entries representing "Full Disk Access" and "Accessibility" like this:
sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db \
"SELECT service, auth_value FROM access WHERE client like '%MyApp%'"
But I also need to find out, if an app has rights to access "Automations\System Events". Unfortunately there is no such entry in that table.
Can someone point me into the right direction to read that info?
Upvotes: -2
Views: 34