Afaik, the stdio bridge only supports a single dbus protocol stream and
nothing else.

Trying to pass file descriptors over the network might need magic in the
literal sense – just imagine emulating all the ioctls, socket operations,
etc. that a program may want to perform.

(I seem to remember a similar thread very recently on the dbus mailing
list?)

On Tue, Jun 27, 2017, 11:26 Umut Tezduyar Lindskog <u...@tezduyar.com>
wrote:

> Hello,
>
> I would like to make a method call on a remote machine with busctl
> where the method returns UNIX_FD (h), type unix domain socket.
>
> I am guessing the FD stops on stdio-bridge without any other magic
> bridging the UDS to an another socket on the host. Is that the case?
> Can there be any magic to accomplish this?
>
> UMUT
> _______________________________________________
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/systemd-devel
>
-- 

Mantas Mikulėnas <graw...@gmail.com>
Sent from my phone
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to