Set private sandbox options to false by default
The private sandbox options are emitting odd behaviour in newer kernels. This change sets the sandbox options to false by default so that we're not creating unexpected issues. Change-Id: I670ae94525f80e70f03327591cba0e27c2ac0f2b Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
94ff90157a
commit
c93accc06d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user