Announcing D-Bus 1.8.14

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Jan 7 02:40:27 PST 2015


On 07/01/15 01:48, Colin Walters wrote:
> Perhaps it's simplest to relax the policy only for the session bus?

Possibly.

bus_config_parser_get_type(), or equivalently bus_context_get_type(), is
an arbitrary string which has never actually had policy implications: it
sets the prefix for syslog messages and that's about it. I'm not
particularly keen on strcmp()ing it in bus/driver.c, but we could if we
have to. I'd rather have the test be "if type == session" and not "if
type != system", because an unknown bus type could be anything.

    S



More information about the dbus mailing list