On 08/07/19 09:24, Marc-André Lureau wrote: > + > + dstaddr = g_strsplit(g_test_dbus_get_bus_address(dstbus), ",", 2); > + dst_qemu_args = > + g_strdup_printf("-object dbus-vmstate,id=dv,addr=%s -incoming %s", > + dstaddr[0], uri); > +
Stupid question: what does the address look like, and what prevents user A from using this to "steal" data from user B's virtual machine? Paolo