Skip to content

Instantly share code, notes, and snippets.

@wegotoeleven
Last active August 5, 2022 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wegotoeleven/5a8b8a895b001c479e3b400406e8e008 to your computer and use it in GitHub Desktop.
Save wegotoeleven/5a8b8a895b001c479e3b400406e8e008 to your computer and use it in GitHub Desktop.
Find Auth.db preferences
# Interrogate the auth.db for System Preference permissions
sudo sqlite3 /var/db/auth.db .dump | grep -i system.preferences | awk -F "'" '{print $2}' | grep system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment