Skip to content

Commit

Permalink
Add another hash for sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla authored and jacobsalmela committed Feb 17, 2024
1 parent cdc190b commit b48d273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tccutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def open_database(digest=False):
accessTableDigest in ["3d1c2a0e97", "cef70648de"]) or
# Sonoma
(osx_version >= version('14.0') and
accessTableDigest in ["34abf99d20"])
accessTableDigest in ["34abf99d20", "e3a2181c14"])
):
print(f"TCC Database structure is unknown ({accessTableDigest})", file=sys.stderr)
sys.exit(1)
Expand Down

0 comments on commit b48d273

Please sign in to comment.