Sujet : Re: Faking a TTY on a pipe/socketpair
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.unix.programmerDate : 14. Dec 2024, 23:28:36
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vjl0qk$68i1$5@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.161 (Chasiv Yar; )
On Sat, 14 Dec 2024 08:52:14 GMT, Richard L. Hamilton wrote:
MacOS launchd is arguably even worse insofar as it also has things like
Mach namespaces to deal with.
Linux has namespaces. Everything, just about, is isolatable in its own
namespace: mounted filesystems, network interfaces, processes, user IDs,
even the system time and hostname. Put them all together, and you get
containers.
And yes, launchd was an inspiration for systemd.