Skip to content

Instantly share code, notes, and snippets.

@linktohack
Created September 14, 2022 15:05
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 linktohack/23c7d7709ddb589cdbb751e69cd67f12 to your computer and use it in GitHub Desktop.
Save linktohack/23c7d7709ddb589cdbb751e69cd67f12 to your computer and use it in GitHub Desktop.
Enable TouchID for sudo
sudo sed -i '' '2i\
auth sufficient pam_tid.so
' /etc/pam.d/sudo
@linktohack
Copy link
Author

^R search for pam when OS get updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment