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
463 stars 61 forks source link

f773496775 access table structure's digest should be trusted #72

Closed C-Duv closed 1 month ago

C-Duv commented 1 month ago

This PR aims to fix #70 by adding f773496775 to the list of macOS 14 trusted access table structure's digests because it's a simple variation of an already trusted one.

The SELECT sql FROM sqlite_master WHERE name='access' and type='table' was producing the almost-same SQL:

Note: This is a "simple" fix. A better one would be to lint obtained SQL in a common format.

Feel free to comment with more information.