mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
data: Add additional fprintd lockdown
This commit is contained in:
committed by
Benjamin Berg
parent
6dc699ae6f
commit
2fd86624e5
@ -15,6 +15,8 @@ ProtectControlGroups=true
|
|||||||
StateDirectory=fprint
|
StateDirectory=fprint
|
||||||
ProtectHome=true
|
ProtectHome=true
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
|
ProtectKernelLogs=yes
|
||||||
|
SystemCallFilter=@system-service
|
||||||
|
|
||||||
# Network
|
# Network
|
||||||
PrivateNetwork=true
|
PrivateNetwork=true
|
||||||
@ -31,3 +33,8 @@ RestrictRealtime=true
|
|||||||
|
|
||||||
# Privilege escalation
|
# Privilege escalation
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
|
TasksMax=1
|
||||||
|
|
||||||
|
# Capabilities
|
||||||
|
CapabilityBoundingSet=
|
||||||
|
ProtectClock=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user