Sudo with TouchID on macOS
August 31, 2022
Edit on GithubA nifty trick learned from this blog post. This is mostly writing here for my own future reference:
- Edit
/etc/pam.d/sudo
- Add the line
auth sufficient pam_tid.so
below thepam_smartcard.so
line
Done!