[libvirt] [PATCH v4 02/10] LXC: enable user namespace only when user set the uidmap

2013-06-07 Thread Gao feng
User namespace will be enabled only when the idmap exist in configuration. If you want disable user namespace,just remove these elements from XML. If kernel doesn't support user namespace and idmap exist in configuration file, libvirt lxc will start failed and return Kernel doesn't support user

Re: [libvirt] [PATCH v4 02/10] LXC: enable user namespace only when user set the uidmap

2013-06-07 Thread Daniel P. Berrange
On Fri, Jun 07, 2013 at 03:12:19PM +0800, Gao feng wrote: User namespace will be enabled only when the idmap exist in configuration. If you want disable user namespace,just remove these elements from XML. If kernel doesn't support user namespace and idmap exist in configuration file,