From: Lennart Poettering Date: Fri, 24 Jun 2011 20:55:51 +0000 (+0200) Subject: logind: fix set of capabilities X-Git-Tag: v30~153 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=094062918c50cd5a34f7b6510fe206bf78d7cc58 logind: fix set of capabilities --- diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index 52c4acfea..d4734c3da 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -14,4 +14,5 @@ Description=Login Service ExecStart=@rootlibexecdir@/systemd-logind Type=dbus BusName=org.freedesktop.login1 -CapabilityBoundingSet= +CapabilityBoundingSet=CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL +StandardOutput=syslog