Last active
May 25, 2023 06:02
-
-
Save tetra-fox/500a06e49c2175811f268125deeca0cf to your computer and use it in GitHub Desktop.
Enable Touch ID for sudo
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
sudo sed -i '' '2i\ | |
auth sufficient pam_tid.so | |
' /etc/pam.d/sudo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment