diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-19 03:49:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-19 03:49:24 +0200 |
commit | bc5cb1d525461c75e69ce1f82a52e223309cca7c (patch) | |
tree | cc8cf537ae2168b09a1b8ef4274698e1e642b400 /units/systemd-machined.service.in | |
parent | 085b90af43fefd9ed195902c4b55f1da3c568554 (diff) |
machined: run machined at minimal capabilities
Diffstat (limited to 'units/systemd-machined.service.in')
-rw-r--r-- | units/systemd-machined.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-machined.service.in b/units/systemd-machined.service.in index 87a81b9c85..26bfe03537 100644 --- a/units/systemd-machined.service.in +++ b/units/systemd-machined.service.in @@ -17,3 +17,4 @@ ExecStart=@rootlibexecdir@/systemd-machined Restart=always RestartSec=0 BusName=org.freedesktop.machine1 +CapabilityBoundingSet=CAP_KILL |