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

2025-01-21 Thread Cristian Rodríguez
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 on..if you do that just configure stunnel to do what

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
Duly noted! But as I already wrote to Lennart, this is for a home environment. Besides my hobby as a programmer, in daily life I am a network admin. So I am quite aware of all the dangers lurking. There is a reason I have quite a bunch of vlans, vrfs and ssids. So believe me when I say there

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] systemd-devel] dbus-broker can be used for a "user" type bus accessible over tcp or not?

2025-01-21 Thread Mantas Mikulėnas
On 2025-01-21 11:05, Erik Slagter wrote: Duly noted! But as I already wrote to Lennart, this is for a home environment. Besides my hobby as a programmer, in daily life I am a network admin. So I am quite aware of all the dangers lurking. There is a reason I have quite a bunch of vlans, vrfs a

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

2025-01-21 Thread Mantas Mikulėnas
On 2025-01-21 17:00, Erik Slagter wrote: 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

Re: [systemd-devel] switch-root, init, SIGHUP

2025-01-21 Thread James Muir (jamesmui)
> > I think the SIGHUP must come from the new PID 1. > > I don't know if this will help you, however here is a program that I > wrote last year that starts a service in the initramfs, it survives > the systemd killing spree during the transition to the root > filesystem, a new copy of the program i

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 to expose

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.