mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
main: Don't hardcode fingerprint storage directory
It used to be hard-coded to /var/lib/fprint, but is now set to $(localstatedir)/lib/fprint/.
This commit is contained in:
@ -41,10 +41,6 @@
|
||||
|
||||
#define DIR_PERMS 0700
|
||||
|
||||
#ifndef FILE_STORAGE_PATH
|
||||
#define FILE_STORAGE_PATH "/var/lib/fprint/"
|
||||
#endif
|
||||
|
||||
#define FP_FINGER_IS_VALID(finger) \
|
||||
((finger) >= LEFT_THUMB && (finger) <= RIGHT_LITTLE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user