Re: [libvirt] [PATCH v3 11/12] LXC: controller: change the owner of /dev/pts and ptmx to the root of container

2013-06-04 Thread Daniel P. Berrange
On Thu, May 23, 2013 at 12:06:55PM +0800, Gao feng wrote: > This two files are created for container, > the owner should be the root user of container. > > Signed-off-by: Gao feng > --- > src/lxc/lxc_controller.c | 30 ++ > 1 file changed, 30 insertions(+) > > diff -

Re: [libvirt] [PATCH v3 11/12] LXC: controller: change the owner of /dev/pts and ptmx to the root of container

2013-05-22 Thread Gao feng
On 05/23/2013 01:56 PM, Richard RW. Weinberger wrote: > Hi! > > - Ursprüngliche Mail - >> This two files are created for container, >> the owner should be the root user of container. >> >> Signed-off-by: Gao feng >> --- >> src/lxc/lxc_controller.c | 30 ++ >>

Re: [libvirt] [PATCH v3 11/12] LXC: controller: change the owner of /dev/pts and ptmx to the root of container

2013-05-22 Thread Richard RW. Weinberger
Hi! - Ursprüngliche Mail - > This two files are created for container, > the owner should be the root user of container. > > Signed-off-by: Gao feng > --- > src/lxc/lxc_controller.c | 30 ++ > 1 file changed, 30 insertions(+) > > diff --git a/src/lxc/lxc_con

[libvirt] [PATCH v3 11/12] LXC: controller: change the owner of /dev/pts and ptmx to the root of container

2013-05-22 Thread Gao feng
This two files are created for container, the owner should be the root user of container. Signed-off-by: Gao feng --- src/lxc/lxc_controller.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c index b2ace20..7d