Created
September 8, 2023 18:47
-
-
Save melmatsuoka/97dcc983d1d891534a34950e80e3cb85 to your computer and use it in GitHub Desktop.
Re-enable Apple Watch & Touch ID support for 'sudo' after macOS updates
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
echo -e "auth sufficient pam_watchid.so\nauth sufficient pam_tid.so" | cat - /etc/pam.d/sudo | sudo tee /etc/pam.d/sudo > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that according to https://support.apple.com/en-us/HT213893
FYI.