data: Disallow fprintd to read kernel logs

This commit is contained in:
Benjamin Berg
2021-06-29 21:10:03 +02:00
parent fcd7e9bc76
commit 0f7340130e

View File

@ -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