====== Linux Finger Print ====== * https://launchpad.net/~fingerprint/+archive/ubuntu/fprint * https://mintguide.org/tools/257-fingerprint-gui-authorization-using-fingerprint-scanner-on-linux-mint.html * [[https://fprint.freedesktop.org/supported-devices.html|fprint supported devices]] * https://www.youtube.com/watch?v=dYe8eKaoUSE * https://github.com/3v1n0/libfprint : validity sensor 지원(lenovo thinkpad T570) ===== Ubuntu 지문 인식 로그인 불가 fingerprint, fprintd ===== * Gnome 환경이고, 설정에서 지문 등록까지 했으나 로그인/Lock Screen/sudo 화면에서 지문인식이 안됨. * [[https://askubuntu.com/questions/1015416/use-fingerprint-authentication-not-only-for-login|sudo - Use fingerprint authentication not only for login - Ask Ubuntu]] * 아래 명령 실행 후 **Fingerprint authentication** 활성화 sudo pam-auth-update {{:linux:ubuntu:pam-auth-update.png|}} * 위 설정을 수행하면, ''/etc/pam.d/common-auth'' 파일에 다음 항목 추가됨. auth [success=2 default=ignore] pam_fprintd.so max_tries=1 timeout=10 # debug * 단, 이 경우 일부 ''sudo'' 등을 수행할 때 비밀번호로는 안되고 지문으로만 작동했다.