Re: [lxc-devel] [PATCH 1/1] don't fail lxc-init if we couldn't mount proc

2013-11-22 Thread Stéphane Graber
On Fri, Nov 22, 2013 at 03:45:40PM -0600, Serge Hallyn wrote: > In general proc gets mounted ahead of time, so init shouldn't > have to do it. Without this patch, you cannot > > lxc-execute -n x1 -s lxc.cap.drop=sys_admin /bin/bash > > (See https://bugs.launchpad.net/ubuntu/+source/lxc/+bu

[lxc-devel] [PATCH 1/1] don't fail lxc-init if we couldn't mount proc

2013-11-22 Thread Serge Hallyn
In general proc gets mounted ahead of time, so init shouldn't have to do it. Without this patch, you cannot lxc-execute -n x1 -s lxc.cap.drop=sys_admin /bin/bash (See https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1253669 for a bug about this) Signed-off-by: Serge Hallyn --- src/l