From 88691aea52226043552837ef8bd0375786ea9f86 Mon Sep 17 00:00:00 2001 From: Danny Kukawka Date: Thu, 22 Jan 2009 14:21:15 +0100 Subject: [PATCH 43/48] fixed HAL D-Bus config: added send_destination for all interfaces Fixed HAL D-Bus config due to D-Bus changes caused by CVE-2008-4311. Added send_destination="org.freedesktop.Hal" for all exported interfaces as recommended here: https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/318783 " [...] *IMPORTANT* you MUST include send_destination on ALL allow or deny tags. Omitting it is a SERIOUS bug! This allows any service to receive method calls of the given interface, not just your own service! It also implicitly allows any service to receive method calls with no interface specified, in case they match this interface! [...] " --- hal.conf.in | 45 ++++++++++++++++++++++++++++++--------------- 1 files changed, 30 insertions(+), 15 deletions(-) diff --git a/hal.conf.in b/hal.conf.in index 6790ee9..bfd6511 100644 --- a/hal.conf.in +++ b/hal.conf.in @@ -19,22 +19,37 @@ - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + -- 1.6.1.2