Re: [lxc-devel] [PATCH 2/3] fix chowning of tty and console uids

2013-10-23 Thread Stéphane Graber
On Wed, Oct 23, 2013 at 01:02:58AM +, Serge Hallyn wrote: > From: Serge Hallyn > > It needs to be done from the handler, not the container, since > the container may not have the rights. > > Signed-off-by: Serge Hallyn Acked-by: Stéphane Graber > Changelog: > Jul 22: remove hardcoded

[lxc-devel] [PATCH 2/3] fix chowning of tty and console uids

2013-10-22 Thread Serge Hallyn
From: Serge Hallyn It needs to be done from the handler, not the container, since the container may not have the rights. Signed-off-by: Serge Hallyn Changelog: Jul 22: remove hardcoded path for /bin/chown Jul 22: use new lxc-usernsexec Conflicts: src/lxc/lxccontainer.c --- sr