From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: [REVIEW][PATCH 0/43] Completing the user namespace Date: Sun, 08 Apr 2012 15:52:15 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-security-module@vger.kernel.org, Linux Containers , "Serge E. Hallyn" , Andrew Morton , Linus Torvalds , Al Viro , Cyrill Gorcunov To: richard -rw- weinberger Return-path: Received: from out01.mta.xmission.com ([166.70.13.231]:57338 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756079Ab2DHWs1 (ORCPT ); Sun, 8 Apr 2012 18:48:27 -0400 In-Reply-To: (richard's message of "Mon, 9 Apr 2012 00:04:56 +0200") Sender: linux-fsdevel-owner@vger.kernel.org List-ID: richard -rw- weinberger writes: > On Sun, Apr 8, 2012 at 11:30 PM, Eric W. Biederman > wrote: >> richard -rw- weinberger writes: > > Yep. Sounds great! > I'll give your patch set a try within the next few days on my LXC > testbed. :-) Sounds good. The big practical detail to work out is all of the userspace bits for the uid and gid mappings. Assigning multiple uids per each user and things like that. Which I expect ultimately means updating the shadow package to set it up so that we reserve a bunch of uids and gids for each user when their accounts are added. Eric