Re: [libvirt] [RFC PATCH 1/6] LXC: New XML element for user namespace

2013-03-13 Thread Gao feng
On 2013/03/13 18:51, Daniel P. Berrange wrote: > On Mon, Mar 11, 2013 at 02:26:47PM +0800, Gao feng wrote: >> This patch introduces three new elements in for >> user namespace. for example >> >> >> >> >> >> >> this new element userns is used for controlling if enable >> userns for

Re: [libvirt] [RFC PATCH 1/6] LXC: New XML element for user namespace

2013-03-13 Thread Daniel P. Berrange
On Mon, Mar 11, 2013 at 02:26:47PM +0800, Gao feng wrote: > This patch introduces three new elements in for > user namespace. for example > > > > > > > this new element userns is used for controlling if enable > userns for the domain. We've previously used the block to control

[libvirt] [RFC PATCH 1/6] LXC: New XML element for user namespace

2013-03-10 Thread Gao feng
This patch introduces three new elements in for user namespace. for example this new element userns is used for controlling if enable userns for the domain. the other two elements uidmap and gidmap are used for setting proc files /proc//{uid_map,gid_map}. Since user namespace i