Skip to content

Instantly share code, notes, and snippets.

@tetra-fox
Last active May 25, 2023 06:02
Show Gist options
  • Save tetra-fox/500a06e49c2175811f268125deeca0cf to your computer and use it in GitHub Desktop.
Save tetra-fox/500a06e49c2175811f268125deeca0cf to your computer and use it in GitHub Desktop.
Enable Touch ID for sudo
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