ChocolateLoverRaj / rust-fp

Fingerprint library, dbus interface, CLI, and PAM module for unlocking Linux with fingerprint sensors. Currently for Chromebooks.
6 stars 0 forks source link

PAM module should wait for finger up before doing next match attempt #7

Open ChocolateLoverRaj opened 1 week ago

ChocolateLoverRaj commented 1 week ago

Currently, touching the fp sensor can result in 2 or even more match attempts used. It's better to lift up the finger and then touch the fp sensor again, because that will have a higher chance of actually matching.