mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Hardcode storage path as /var/lib/fprint
--localstatedir (and --prefix) will now be ignored in favour of this hardcoded path. This is in preparation for a change to use systemd's StateDirectory feature.
This commit is contained in:
committed by
Will Thompson
parent
8ae7abc6c2
commit
9ed8767cb3
@ -39,6 +39,7 @@
|
||||
|
||||
#include "file_storage.h"
|
||||
|
||||
#define FILE_STORAGE_PATH "/var/lib/fprint"
|
||||
#define DIR_PERMS 0700
|
||||
|
||||
#define FP_FINGER_IS_VALID(finger) \
|
||||
|
||||
Reference in New Issue
Block a user