Branch: refs/heads/master Home: https://github.com/jpirko/libteam Commit: cf24f96afb338dcd223db5bfbefab66f4f9107d0 https://github.com/jpirko/libteam/commit/cf24f96afb338dcd223db5bfbefab66f4f9... Author: Lubomir Rintel lkundrak@v3.sk Date: 2015-10-26 (Mon, 26 Oct 2015)
Changed paths: M teamd/dbus/teamd.conf M teamd/teamd.conf.in
Log Message: ----------- dbus: don't do <deny send_interface="..." /> in dbus service file
It does more than intended; apart from denying messages to that particular interface it also denies all messages non-qualified with an interface globally.
From the dbus-daemon manual:
Be careful with send_interface/receive_interface, because the interface field in messages is optional. In particular, do NOT specify <deny send_interface="org.foo.Bar"/>! This will cause no-interface messages to be blocked for all services, which is almost certainly not what you intended. Always use rules of the form: <deny send_interface="org.foo.Bar" send_destination="org.foo.Service"/>
We can just safely remove those rules, since we're sufficiently protected by the send_destination matches and method calls are disallowed by default anyway.
Signed-off-by: Lubomir Rintel lkundrak@v3.sk Signed-off-by: Jiri Pirko jiri@resnulli.us
libteam@lists.fedorahosted.org