Merge "Set private sandbox options to false by default"

This commit is contained in:
Zuul 2018-08-14 21:06:06 +00:00 committed by Gerrit Code Review
commit 00394f42db
1 changed files with 2 additions and 2 deletions

View File

@ -35,10 +35,10 @@ systemd_MemoryAccounting: true
systemd_TasksAccounting: true
# Sandboxing options
systemd_PrivateTmp: true
systemd_PrivateTmp: false
systemd_PrivateDevices: false
systemd_PrivateNetwork: false
systemd_PrivateUsers: true
systemd_PrivateUsers: false
# Start service after a given target. This is here because we want to define common
# after targets used on most services. This can be overridden or agumented using