[libvirt] [PATCH v4 09/10] LXC: controller: change the owner of /dev/pts and ptmx to the root of container

2013-06-07 Thread Gao feng
These files are created for container, the owner should be the root user of container. Signed-off-by: Gao feng gaof...@cn.fujitsu.com --- src/lxc/lxc_controller.c | 4 1 file changed, 4 insertions(+) diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c index dd85235..d12c4c2

Re: [libvirt] [PATCH v4 09/10] LXC: controller: change the owner of /dev/pts and ptmx to the root of container

2013-06-07 Thread Daniel P. Berrange
On Fri, Jun 07, 2013 at 03:12:26PM +0800, Gao feng wrote: These files are created for container, the owner should be the root user of container. Signed-off-by: Gao feng gaof...@cn.fujitsu.com --- src/lxc/lxc_controller.c | 4 1 file changed, 4 insertions(+) diff --git