From 1b4fe39a89cf238c66eb1b89650ea1d09ef52aab Mon Sep 17 00:00:00 2001 From: desbma Date: Wed, 12 Jun 2019 10:31:19 +0200 Subject: [PATCH] etc: Remove Systemd hardening options unsupported in user mode (#5788) --- etc/linux-systemd/user/syncthing.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/linux-systemd/user/syncthing.service b/etc/linux-systemd/user/syncthing.service index 1c0fe2296..9b7ed807d 100644 --- a/etc/linux-systemd/user/syncthing.service +++ b/etc/linux-systemd/user/syncthing.service @@ -9,8 +9,6 @@ SuccessExitStatus=3 4 RestartForceExitStatus=3 4 # Hardening -ProtectSystem=full -PrivateTmp=true SystemCallArchitectures=native MemoryDenyWriteExecute=true NoNewPrivileges=true