Skip to content

Instantly share code, notes, and snippets.

@breiter
Created November 5, 2025 22:24
Show Gist options
  • Select an option

  • Save breiter/d15151f4bdbfe95ddb65c51b6fc3fa71 to your computer and use it in GitHub Desktop.

Select an option

Save breiter/d15151f4bdbfe95ddb65c51b6fc3fa71 to your computer and use it in GitHub Desktop.
enable pam_tid.so for TouchID support for sudo
#!/bin/sh
sed "s/^#auth/auth/" /etc/pam.d/sudo_local.template|sudo tee /etc/pam.d/sudo_local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment