From a3c5601ac78c1e9c6a518051c38cc2a33d2d49ee Mon Sep 17 00:00:00 2001 From: Azareal Date: Tue, 7 Aug 2018 14:53:43 +1000 Subject: [PATCH] Harden things a little more with PrivateDevices and PrivateUsers. Let's hope this doesn't blow up on me. --- gosora_example.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gosora_example.service b/gosora_example.service index eff0e003..8476ddbe 100644 --- a/gosora_example.service +++ b/gosora_example.service @@ -15,8 +15,10 @@ WorkingDirectory=/home/gosora # Make sure you manually run pre-run-linux before you start the service ExecStart=/home/gosora/Gosora -# Let's hope this doesn't blow up on me +# Let's hope these don't blow up on me ProtectSystem=full +PrivateDevices=true +PrivateUsers=true [Install] WantedBy=multi-user.target \ No newline at end of file