Re: [lxc-devel] [PATCH 2/2] lxc-start shouldn't exit with error, if there is inherited fd's.

2011-08-25 Thread Smirnov Vladimir
Maybe it's a security reason. This patch fixes my problem. I've talked with Cedric, he said that it's supposed to be restrictive. Other comments in reply to 2nd patch. 25.08.2011, 03:28, "Greg Kurz" : > On Wed, 2011-08-24 at 14:17 +0400, Vladimir Smirnov wrote: > >>  Previous patch fixed behavio

Re: [lxc-devel] [PATCH 1/2] Modify lxc_attach and lxc_init to use clone instead of fork.

2011-08-25 Thread Smirnov Vladimir
25.08.2011, 02:07, "Greg Kurz" : > On Wed, 2011-08-24 at 14:17 +0400, Vladimir Smirnov wrote: > >>  Clone allows more flexible control. Currently, if there is any inherited fd, >>  lxc-start exits with error. With clone it's possible not to pass open fd's >> to childs. > > Hmm... when it comes t