Allow home access to c9 and jarvis-bot

c9 _is_ run inside /home/msfjarvis and jarvis-bot dumps
temp data in it's home in /home/bot/jarvis-ci-bot

Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
This commit is contained in:
Harsh Shandilya 2018-02-14 23:41:12 +05:30
parent 3c4bef4409
commit 7c17937d4b
No known key found for this signature in database
GPG key ID: 4AD75758D9EE741C
2 changed files with 0 additions and 4 deletions

View file

@ -19,8 +19,6 @@ TimeoutStopSec=5s
PrivateTmp=true 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.) ; 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 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. ; Make /usr, /boot, /etc and possibly some more folders read-only.
ProtectSystem=full ProtectSystem=full

View file

@ -19,8 +19,6 @@ TimeoutStopSec=5s
PrivateTmp=true 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.) ; 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 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. ; Make /usr, /boot, /etc and possibly some more folders read-only.
ProtectSystem=full ProtectSystem=full