I'm trying to create a dbus service using sdbus (sd-bus?), that will respond with an fd representing a socket.
My client is able to receive strings and ints, so I have the basics covered. What I am looking for is how to package the fd as an "h" type in the response message.