Re: [systemd-devel] dbus-broker can be used for a "user" type bus accessible over tcp or not?

2025-01-21 Thread Erik Slagter
On 21-01-2025 08:05, Mantas Mikulėnas wrote: Well, at least SunRPC can have Kerberos authentication available for it (RPCSEC_GSS). That is very interesting if you need it, in an insecure environment, like in a business. Not for me in this situation. See my other post. At least the developmen

Re: [systemd-devel] systemd-devel] dbus-broker can be used for a "user" type bus accessible over tcp or not?

2025-01-21 Thread Erik Slagter
01-2025 22:13, Simon McVittie wrote: On Mon, 20 Jan 2025 at 20:19:01 +0100, Erik Slagter wrote: So I'd rather have dbus-broker listening to a TCP socket and if that can't be done, using dbus-daemon. Please don't do either of these. Having a D-Bus "user bus" (session

Re: [systemd-devel] [-0.035] Re: systemd-devel] dbus-broker can be used for a "user" type bus accessible over tcp or not?

2025-01-21 Thread Erik Slagter
On 21-01-2025 15:34, Cristian Rodríguez wrote: Come on..if you do that just configure stunnel to do what you want with PSK auth. it supports all sorts of sockets and provides you with the minimal security you need. I was going to say that stunnel can't connect to a unix socket, but I just chec

Re: [systemd-devel] dbus-broker can be used for a "user" type bus accessible over tcp or not?

2025-01-21 Thread Erik Slagter
On 21-01-2025 17:05, Mantas Mikulėnas wrote: On 2025-01-21 17:00, Erik Slagter wrote: I was going to say that stunnel can't connect to a unix socket, but I just checked and apparently it (now) can. That's why I was using socat. This may be interesting. If it works I may even be able

Re: [systemd-devel] [-6.097] Re: systemd-devel] dbus-broker can be used for a "user" type bus accessible over tcp or not?

2025-01-21 Thread Erik Slagter
On 21-01-2025 17:06, Mantas Mikulėnas wrote: ...Do note though that even though dbus-broker was caused by systemd, it isn't really *part of* systemd, and I don't know if any of its developers even read the systemd mailing list anymore. So if you never get a definite answer, that would be why.

Re: [systemd-devel] systemd-devel] systemd-devel] dbus-broker can be used for a "user" type bus accessible over tcp or not?

2025-01-24 Thread Erik Slagter
On 21-01-2025 15:34, Cristian Rodríguez wrote: On Tue, Jan 21, 2025 at 6:05 AM Erik Slagter wrote: So now we have wavered all responsibilities. Is it possible or is it not possible? Dbus-broker listening on tcp? If it's not possible, my question is answered and I can go move on. Come o

[systemd-devel] dbus-broker can be used for a "user" type bus accessible over tcp or not?

2025-01-20 Thread Erik Slagter
Hi, I am trying to have a remotely accessible dbus. I'd love to discuss all considerations, but for the moment let's just assume I need it. I already learned that you cannot have the "system" or "session" dbus listening to tcp, as it can run only one socket and it must be a "unix" type socke

Re: [systemd-devel] systemd-devel] dbus-broker can be used for a "user" type bus accessible over tcp or not?

2025-01-20 Thread Erik Slagter
have dbus-broker listening to a TCP socket and if that can't be done, using dbus-daemon. The manual says dbus-broker+dbus-broker-launch is a 1:1 drop-in replacement for dbus daemon, so I am very curious! On 20-01-2025 18:53, Erik Slagter wrote: Hi, I am trying to have a remotely acces

Re: [systemd-devel] dbus-broker can be used for a "user" type bus accessible over tcp or not?

2025-01-20 Thread Erik Slagter
ith DBus which happily does what I need. So that's the story behind my considerations. BTW using Fedora I cannot find the sd-bus library (+ devel) as a package. What's it called? I am now using libdbus. On 20-01-2025 22:01, Lennart Poettering wrote: On Mo, 20.01.25 18:53, Erik