Created
November 5, 2025 22:24
-
-
Save breiter/d15151f4bdbfe95ddb65c51b6fc3fa71 to your computer and use it in GitHub Desktop.
enable pam_tid.so for TouchID support 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
| #!/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