Re: [libvirt] [PATCH v4 07/10] LXC: controller: change the owner of /dev to the root user of container

2013-06-07 Thread Daniel P. Berrange
On Fri, Jun 07, 2013 at 03:12:24PM +0800, Gao feng wrote: > container will create /dev/pts directory in /dev. > the owner of /dev should be the root user of container. > > Signed-off-by: Gao feng > --- > src/lxc/lxc_controller.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/lx

[libvirt] [PATCH v4 07/10] LXC: controller: change the owner of /dev to the root user of container

2013-06-07 Thread Gao feng
container will create /dev/pts directory in /dev. the owner of /dev should be the root user of container. Signed-off-by: Gao feng --- src/lxc/lxc_controller.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c index 66eae16..f6622bf 100644