PAM plugin module that allows touch ID to be used for authentication
A PAM plugin for authenticating using biometric information (touch ID) written in Swift.
$ sudo make install
/etc/pam.d/sudo
to include as the first line: auth sufficient pam_touchid.so "reason=execute a command as root"
Note that you might have other auth
, don’t remove them.