dbus2 / zbus-old

Rust D-Bus crate.

Home Page:https://gitlab.freedesktop.org/dbus/zbus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement unixexec: addresses

zeenix opened this issue · comments

In GitLab by @bouk on Mar 13, 2023, 14:53

This transport forks off a process and connects its standard input and standard output with an anonymous Unix domain socket. This socket is then used for communication by the transport. This transport may be used to use out-of-process forwarder programs as basis for the D-Bus protocol.

This can be used with systemd-stdio-bridge to connect to the systemd bus on another system over SSH.

In GitLab by @bouk on Mar 13, 2023, 17:53

I can pick this up myself by the way

In GitLab by @bouk on Mar 13, 2023, 17:56

mentioned in issue freedesktop/freedesktop#530

Awesome. Keep an eye on !667 though as that brings some clean-up to the code you'll be modifying.