Re: [PATCH] s6-supervise: Optionally run child in a new pid namespace

2017-07-16 Thread Laurent Bercot
As I told Jesse on IRC, the patch isn't going in. I'm not including OS-specific code into s6, even with a compile-time option. The main reason for it is that it changes the API: the choice to spawn the service in a new namespace or not should be made at run time, so it would introduce a new file

Re: [PATCH] s6-supervise: Optionally run child in a new pid namespace

2017-07-16 Thread Jesse Young
On Sun, 16 Jul 2017 08:41:03 + "Laurent Bercot" wrote: > As I told Jesse on IRC, the patch isn't going in. I'm not including > OS-specific code into s6, even with a compile-time option. The main > reason for it is that it changes the API: the choice to spawn the > service in a new namespace