Eelco Dolstra <eelco.dols...@logicblox.com> skribis: > On 19/12/14 19:20, Eelco Dolstra wrote: > >> I see a few ways to get PID namespaces back: >> >> * Do a regular fork followed by clone(... | CLONE_NEWPID | CLONE_PARENT) >> (after >> which the intermediate process can exit). > > This has been implemented in bd0f362d2fad1dd5f28e762011888b5eabd21280.
OK, thank you! Ludo’.