Skip to content

Instantly share code, notes, and snippets.

@tsuzu
Created April 18, 2020 10:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsuzu/33f5922c72363a0cc7c2338f507f96ca to your computer and use it in GitHub Desktop.
Save tsuzu/33f5922c72363a0cc7c2338f507f96ca to your computer and use it in GitHub Desktop.
Add new permission for Catalina
# ~/Library/Application\ Support/com.apple.TCC/TCC.db
# or /Library/Application\ Support/com.apple.TCC/TCC.db
# the target TCC.db file differs for services
INSERT INTO access (
service,
client,
client_type,
allowed,
prompt_count,
indirect_object_identifier
) VALUES(
'kTCCServiceMicrophone',
'com.hnc.Discord',
0,
1,
1,
'UNUSED'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment