chiark / gitweb /
sd-bus: allow setting a per-connection default value for the "allow-interactive-authe...
authorLennart Poettering <lennart@poettering.net>
Tue, 17 Feb 2015 19:30:33 +0000 (20:30 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 18 Feb 2015 10:43:18 +0000 (11:43 +0100)
Most of our client tools want to set this bit for all their method
calls, even though it defaults to off in sd-bus, and rightfully so.
Hence, to simplify thing, introduce a per sd_bus-object flag that sets
the default value for all messages created on the connection.


No differences found