[go: up one dir, main page]

Skip to content

PAM plugin module that allows touch ID to be used for authentication

License

Notifications You must be signed in to change notification settings

Reflejo/pam-touchID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAM TouchID

A PAM plugin for authenticating using biometric information (touch ID) written in Swift.

Demo

Installation

  1. $ sudo make install
  2. Edit /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.