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: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=094062918c50cd5a34f7b6510fe206bf78d7cc58;p=systemd logind: fix set of capabilities --- diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index 52c4acfe..d4734c3d 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