README.md
December 7, 2016 ยท View on GitHub
PAM TouchID
A PAM plugin for authenticating using biometric information (touch ID) written in Swift.
Installation
$ sudo make install- Edit
/etc/pam.d/sudoto 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.