On Tue, 27.06.17 10:26, Umut Tezduyar Lindskog ([email protected]) 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?
Nope, this is not available and cannot be made available. passing fds is a local concept, and does not apply to remote transfers. If you try you should get a clean error back that the transport does not support this concept. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
