mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-04-18 14:20:41 +02:00
data: Stop privilege escalations in daemon
Using the NoNewPrivileges stanza from systemd.
This commit is contained in:
parent
e55ad52ded
commit
6494efa94e
1 changed files with 3 additions and 0 deletions
|
|
@ -26,3 +26,6 @@ ProtectKernelModules=true
|
|||
|
||||
# Real-time
|
||||
RestrictRealtime=true
|
||||
|
||||
# Privilege escalation
|
||||
NoNewPrivileges=true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue