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-journal-upload.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-journal-upload.service.in')
-rw-r--r-- | units/systemd-journal-upload.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-journal-upload.service.in b/units/systemd-journal-upload.service.in index f8524ca227..b2e3c769cc 100644 --- a/units/systemd-journal-upload.service.in +++ b/units/systemd-journal-upload.service.in @@ -12,7 +12,6 @@ After=network.target [Service] ExecStart=@rootlibexecdir@/systemd-journal-upload \ --save-state -SecureBits=noroot noroot-locked User=systemd-journal-upload PrivateTmp=yes PrivateDevices=yes |