mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-04 21:08:03 +02:00
data: Add additional fprintd lockdown
This commit is contained in:
parent
6dc699ae6f
commit
2fd86624e5
1 changed files with 7 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ ProtectControlGroups=true
|
|||
StateDirectory=fprint
|
||||
ProtectHome=true
|
||||
PrivateTmp=true
|
||||
ProtectKernelLogs=yes
|
||||
SystemCallFilter=@system-service
|
||||
|
||||
# Network
|
||||
PrivateNetwork=true
|
||||
|
|
@ -31,3 +33,8 @@ RestrictRealtime=true
|
|||
|
||||
# Privilege escalation
|
||||
NoNewPrivileges=true
|
||||
TasksMax=1
|
||||
|
||||
# Capabilities
|
||||
CapabilityBoundingSet=
|
||||
ProtectClock=yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue