mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
data: Use the correct mode for the state dir
The code (in file_storage.c) expects mode 0700. However, systemd defaults to 0755. This causes strange behavior. https://bugs.archlinux.org/task/68932
This commit is contained in:
@ -13,6 +13,7 @@ ProtectKernelTunables=true
|
|||||||
ProtectControlGroups=true
|
ProtectControlGroups=true
|
||||||
# This always corresponds to /var/lib/fprint
|
# This always corresponds to /var/lib/fprint
|
||||||
StateDirectory=fprint
|
StateDirectory=fprint
|
||||||
|
StateDirectoryMode=0700
|
||||||
ProtectHome=true
|
ProtectHome=true
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user