Re: [lxc-devel] [PATCH] Unshare user namespace as well

2010-05-05 Thread Daniel Lezcano
Mikhail Gusarov wrote: > Daniel. > > >> Unshare user namespace to make sure setrlimit and other per-user > >> limits are accounted properly in containers > > [skip] > > DL> I am not sure to see all the implications of having this namespace > DL> by default, especially for application containers

Re: [lxc-devel] [PATCH] Unshare user namespace as well

2010-05-04 Thread Mikhail Gusarov
Daniel. >> Unshare user namespace to make sure setrlimit and other per-user >> limits are accounted properly in containers [skip] DL> I am not sure to see all the implications of having this namespace DL> by default, especially for application containers which can be DL> executed by non-roo

Re: [lxc-devel] [PATCH] Unshare user namespace as well

2010-05-04 Thread Daniel Lezcano
Mikhail Gusarov wrote: > Unshare user namespace to make sure setrlimit and other per-user limits are > accounted properly in containers > > Signed-off-by: Mikhail Gusarov > --- > src/lxc/start.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/lxc/start.c b/src/l

Re: [lxc-devel] [PATCH] Unshare user namespace as well

2010-04-08 Thread Daniel Lezcano
Mikhail Gusarov wrote: > Unshare user namespace to make sure setrlimit and other per-user limits are > accounted properly in containers > > Signed-off-by: Mikhail Gusarov > --- > src/lxc/start.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/lxc/start.c b/src

[lxc-devel] [PATCH] Unshare user namespace as well

2010-04-08 Thread Mikhail Gusarov
Unshare user namespace to make sure setrlimit and other per-user limits are accounted properly in containers Signed-off-by: Mikhail Gusarov --- src/lxc/start.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lxc/start.c b/src/lxc/start.c index 3b5023c..f1ae2fa 10064