Skip to content

Instantly share code, notes, and snippets.

@henri
Created August 28, 2019 01:24
Show Gist options
  • Save henri/cb662a357ba7afb7ea35ec6b61eb6671 to your computer and use it in GitHub Desktop.
Save henri/cb662a357ba7afb7ea35ec6b61eb6671 to your computer and use it in GitHub Desktop.
SIP Fill Disk Access Listing From Terminal
# Once the shell / terminal is granted full disk access, you will be able to run this command
sudo sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db 'select * from access' | grep AllFiles | awk -F '|' '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment