Re: [lxc-devel] [PATCH 1/1] Implement userid mappings (enable user namespaces)

2013-01-15 Thread Stéphane Graber
On 01/14/2013 07:03 PM, Serge Hallyn wrote: > The 3.8 kernel now supporst uid mappings, so I believe it's appropriate > to proceed with this patchset. > The container config supports new entries of the form: > lxc.id_map = U 10 0 1 > lxc.id_map = G 10 0 1 > meaning map 'virtual' u

[lxc-devel] [PATCH 1/1] Implement userid mappings (enable user namespaces)

2013-01-14 Thread Serge Hallyn
The 3.8 kernel now supporst uid mappings, so I believe it's appropriate to proceed with this patchset. The container config supports new entries of the form: lxc.id_map = U 10 0 1 lxc.id_map = G 10 0 1 meaning map 'virtual' uids (in the container) 0-1 to uids 10-11 on