mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
data: Disallow fprintd to read kernel logs
This commit is contained in:
@ -10,6 +10,7 @@ ExecStart=@libexecdir@/fprintd
|
|||||||
# Filesystem lockdown
|
# Filesystem lockdown
|
||||||
ProtectSystem=strict
|
ProtectSystem=strict
|
||||||
ProtectKernelTunables=true
|
ProtectKernelTunables=true
|
||||||
|
ProtectKernelLogs=true
|
||||||
ProtectControlGroups=true
|
ProtectControlGroups=true
|
||||||
# This always corresponds to /var/lib/fprint
|
# This always corresponds to /var/lib/fprint
|
||||||
StateDirectory=fprint
|
StateDirectory=fprint
|
||||||
|
|||||||
Reference in New Issue
Block a user