A backdoor in xz
A backdoor in xz
Posted Mar 31, 2024 1:14 UTC (Sun) by Cyberax (✭ supporter ✭, #52523)In reply to: A backdoor in xz by mchehab
Parent article: A backdoor in xz
> - jobs are started in sequence. Things like Network were started before network daemons like sshd, apache, etc;
What about wireless or VPNs?
> Also, the "hey, I'm running" task is really simple: if a process has problems, it shall die.
A Java server that I have for telephony takes 2 minutes to start up. How would you detect that?
There's also a problem with double-forking. The only process that can detect the death of a double-forked server is PID 1, and in classic SysV all it did was to reap the PID. Ditto for inittab - it can't detect the death of double-forked processes.
