diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-02-11 18:28:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-02-11 18:28:06 +0100 |
commit | a24111cea64e042b49d8b4bca85ce6092845bbec (patch) | |
tree | 3139663b6d5a1504789df2c47131161962a20213 /units/systemd-timesyncd.service.in | |
parent | e203dc1076dd5c1485509975a4c63c8328c262f4 (diff) |
Revert "units: add SecureBits"
This reverts commit 6a716208b346b742053cfd01e76f76fb27c4ea47.
Apparently this doesn't work.
http://lists.freedesktop.org/archives/systemd-devel/2015-February/028212.html
Diffstat (limited to 'units/systemd-timesyncd.service.in')
-rw-r--r-- | units/systemd-timesyncd.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index bc7aa26a9b..39edafc8d2 100644 --- a/units/systemd-timesyncd.service.in +++ b/units/systemd-timesyncd.service.in @@ -23,7 +23,6 @@ Restart=always RestartSec=0 ExecStart=@rootlibexecdir@/systemd-timesyncd CapabilityBoundingSet=CAP_SYS_TIME CAP_SETUID CAP_SETGID CAP_SETPCAP CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER -SecureBits=noroot noroot-locked PrivateTmp=yes PrivateDevices=yes ProtectSystem=full |