diff options
author | 2013-07-19 03:49:24 +0200 | |
---|---|---|
committer | 2013-07-19 03:49:24 +0200 | |
commit | bc5cb1d525461c75e69ce1f82a52e223309cca7c (patch) | |
tree | cc8cf537ae2168b09a1b8ef4274698e1e642b400 | |
parent | units: add references to bus API documentation to logind+machined (diff) | |
download | systemd-bc5cb1d525461c75e69ce1f82a52e223309cca7c.tar.gz systemd-bc5cb1d525461c75e69ce1f82a52e223309cca7c.tar.bz2 systemd-bc5cb1d525461c75e69ce1f82a52e223309cca7c.zip |
machined: run machined at minimal capabilities
-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 87a81b9c8..26bfe0353 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 |