diff --git a/c9.service b/c9.service index 3341a35..7e38582 100644 --- a/c9.service +++ b/c9.service @@ -19,8 +19,6 @@ TimeoutStopSec=5s PrivateTmp=true ; Use a minimal /dev (May bring additional security if switched to 'true', but it may not work on Raspberry Pi's or other devices, so it has been disabled in this dist.) PrivateDevices=false -; Hide /home, /root, and /run/user. Nobody will steal your SSH-keys. -ProtectHome=true ; Make /usr, /boot, /etc and possibly some more folders read-only. ProtectSystem=full diff --git a/jarvis-bot.service b/jarvis-bot.service index e1d1e3a..e5a0dce 100644 --- a/jarvis-bot.service +++ b/jarvis-bot.service @@ -19,8 +19,6 @@ TimeoutStopSec=5s PrivateTmp=true ; Use a minimal /dev (May bring additional security if switched to 'true', but it may not work on Raspberry Pi's or other devices, so it has been disabled in this dist.) PrivateDevices=false -; Hide /home, /root, and /run/user. Nobody will steal your SSH-keys. -ProtectHome=true ; Make /usr, /boot, /etc and possibly some more folders read-only. ProtectSystem=full