dbus over the network

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Oct 8 02:23:54 PDT 2013


On 08/10/13 03:33, Yang Chengwei wrote:
>> I have an app in 2 PC, and I want that this 2 app share info over the network
>> using dbus, there is some one that know how to do this on linux, ubuntu.
> 
> Please refer to below links
> 
> http://lists.freedesktop.org/archives/dbus/2008-November/010632.html
> https://bugs.freedesktop.org/show_bug.cgi?id=15393
> https://bugs.freedesktop.org/show_bug.cgi?id=69125

Also: don't share the standard session bus over a network unless you
fully understand the security implications (likely to include "others on
your network can execute arbitrary code with your privileges", which you
probably don't want). If you want to use D-Bus as a network transport,
either start a separate dbus-daemon with a locked-down configuration or
use GDBusServer/DBusServer in your own C code.

    S



More information about the dbus mailing list