Created
August 28, 2019 01:24
-
-
Save henri/cb662a357ba7afb7ea35ec6b61eb6671 to your computer and use it in GitHub Desktop.
SIP Fill Disk Access Listing From Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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