• Stars
    star
    233
  • Rank 171,298 (Top 4 %)
  • Language
    Swift
  • License
    The Unlicense
  • Created almost 8 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.