From: Simon McVittie Date: Mon, 26 Jan 2015 20:09:56 +0000 (+0000) Subject: CVE-2015-0245: prevent forged ActivationFailure from non-root processes X-Git-Tag: dbus-1.8.16~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dbd09fedc396c53b25ea73c6c8a278beca349c7;p=thirdparty%2Fdbus.git CVE-2015-0245: prevent forged ActivationFailure from non-root processes Without either this rule or better checking in dbus-daemon, non-systemd processes can make dbus-daemon think systemd failed to activate a system service, resulting in an error reply back to the requester. This is redundant with the fix in the C code (which I consider to be the real solution), but is likely to be easier to backport. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88811 Reviewed-by: Alban Crequy Reviewed-by: David King Reviewed-by: Philip Withnall --- diff --git a/bus/system.conf.in b/bus/system.conf.in index 92f4cc420..851b9e639 100644 --- a/bus/system.conf.in +++ b/bus/system.conf.in @@ -68,6 +68,14 @@ + + + + + +