A backdoor in xz
A backdoor in xz
Posted Mar 31, 2024 1:38 UTC (Sun) by DimeCadmium (subscriber, #157243)In reply to: A backdoor in xz by Cyberax
Parent article: A backdoor in xz
What about it? Both work fine for me, I have 3 VPNs and occasionally wireless (tethering via my phone).
> A Java server that I have for telephony takes 2 minutes to start up. How would you detect that?
Well, for one thing, I wouldn't use Java, and I wouldn't use a server that takes 2 minutes to start up. Other than that, there are plenty of solutions for this that you could easily implement in sysvinit (you can run whatever you want whenever you want, after all, it's just a shell script); OpenRC actually handles it natively (and has since before systemd existed).
> The only process that can detect the death of a double-forked server is PID 1
That's not true (PR_SET_CHILD_SUBREAPER).
> in classic SysV all it did was to reap the PID
How is that an argument for systemd?
> Ditto for inittab - it can't detect the death of double-forked processes
Huh? inittab is a config file.
