mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-09 02:28:19 +02:00
device.policy: Use auth-self-keep for enrollment
When user is requested for enrolling, we should ask for password as anyone who has physical access to the machine could otherwise enroll its own fingers, and have access to it. Fixes #5
This commit is contained in:
parent
4e707f0d31
commit
778a8540aa
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<defaults>
|
||||
<allow_any>no</allow_any>
|
||||
<allow_inactive>no</allow_inactive>
|
||||
<allow_active>yes</allow_active>
|
||||
<allow_active>auth_self_keep</allow_active>
|
||||
</defaults>
|
||||
</action>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue