mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-25 08:54:03 +00:00
use thinkpad fingerprint reader for sudo
This commit is contained in:
parent
5961c59408
commit
010fb9950e
1 changed files with 13 additions and 0 deletions
|
|
@ -19,3 +19,16 @@
|
|||
tags:
|
||||
- aur
|
||||
- battery
|
||||
|
||||
- name: Install fprintd
|
||||
pacman: name=fprintd state=present
|
||||
tags:
|
||||
- fingerprint
|
||||
|
||||
- name: Enable sudo fingerprint authentication
|
||||
lineinfile: dest=/etc/pam.d/sudo
|
||||
state=present
|
||||
insertbefore=BOF
|
||||
line="auth sufficient pam_fprintd.so"
|
||||
tags:
|
||||
- fingerprint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue