Browse Source

more systemd service hardening (#1488)

Michael Koppmann 5 years ago
parent
commit
a46934c825
1 changed files with 5 additions and 0 deletions
  1. 5 0
      support/systemd/peertube.service

+ 5 - 0
support/systemd/peertube.service

@@ -28,6 +28,11 @@ PrivateDevices=false
 ; Ensures that the service process and all its children can never gain new
 ; privileges through execve().
 NoNewPrivileges=true
+; This makes /home, /root, and /run/user inaccessible and empty for processes invoked
+; by this unit. Make sure that you do not depend on data inside these folders.
+ProtectHome=true
+; Drops the sys admin capability from the daemon.
+CapabilityBoundingSet=~CAP_SYS_ADMIN
 
 [Install]
 WantedBy=multi-user.target