Set ProtectHome in systemd service file

Further hardening; the service should be run with as many restrictions
as possible without breaking it.
This commit is contained in:
setpill 2019-08-06 14:34:07 +02:00
parent 639a416e37
commit 870d4152df

View file

@ -58,6 +58,9 @@ PrivateTmp=true
# Mount /usr, /boot/ and /etc read-only for the process.
ProtectSystem=full
# Deny access to /home, /root and /run/user
ProtectHome=true
# Disallow the process and all of its children to gain
# new privileges through execve().
NoNewPrivileges=true