Re: [libvirt] [PATCH v4 10/10] LXC: fuse: Change files owner to the root user of container

2013-06-07 Thread Daniel P. Berrange
On Fri, Jun 07, 2013 at 03:12:27PM +0800, Gao feng wrote: > The owner of the /proc/meminfo in container should > be the root user of container. > > Signed-off-by: Gao feng > --- > src/lxc/lxc_fuse.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/lxc/lxc_fuse.c b/src/lxc/lxc_fu

[libvirt] [PATCH v4 10/10] LXC: fuse: Change files owner to the root user of container

2013-06-07 Thread Gao feng
The owner of the /proc/meminfo in container should be the root user of container. Signed-off-by: Gao feng --- src/lxc/lxc_fuse.c | 4 1 file changed, 4 insertions(+) diff --git a/src/lxc/lxc_fuse.c b/src/lxc/lxc_fuse.c index 32886cd..b98a0d9 100644 --- a/src/lxc/lxc_fuse.c +++ b/src/lxc/lx