data: Stop privilege escalations in daemon

Using the NoNewPrivileges stanza from systemd.
This commit is contained in:
Bastien Nocera
2017-09-13 15:48:17 +02:00
parent e55ad52ded
commit 6494efa94e

View File

@ -26,3 +26,6 @@ ProtectKernelModules=true
# Real-time # Real-time
RestrictRealtime=true RestrictRealtime=true
# Privilege escalation
NoNewPrivileges=true