From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [RFC][PATCH] ns: Syscalls for better namespace sharing control. Date: Wed, 3 Mar 2010 09:38:00 -0600 Message-ID: <20100303153800.GA937__8479.71960106424$1267630756$gmane$org@us.ibm.com> References: <4B894564.7080104@parallels.com> <4B89727C.9040602@parallels.com> <4B8AE8C1.1030305@free.fr> <4B8D28CF.8060304@parallels.com> <20100302211942.GA17816@us.ibm.com> <20100303000743.GA13744@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Eric W. Biederman" Cc: Pavel Emelyanov , Linux Netdev List , containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Netfilter Development Mailinglist , Ben Greear , Sukadev Bhattiprolu List-Id: containers.vger.kernel.org Quoting Eric W. Biederman (ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org): > Sukadev Bhattiprolu writes: > > > Eric W. Biederman [ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org] wrote: > > | > > | I think replacing a struct pid for another struct pid allocated in > > | descendant pid_namespace (but has all of the same struct upid values > > | as the first struct pid) is a disastrous idea. It destroys the > > > > True. Sorry, I did not mean we would need a new 'struct pid' for an > > existing process. I think we talked earlier of finding a way of attaching > > additional pid numbers to the same struct pid. > > I just played with this and if you make the semantics of unshare(CLONE_NEWPID) > to be that you become the idle task aka pid 0, and not the init task pid 1 the > implementation is trivial. Heh, and then (browsing through your copy_process() patch hunks) the next forked task becomes the child reaper for the new pidns? why not I guess. Now if that child reaper then gets killed, will the idle task get killed too? And if not, then idle task can just re-populating the new pidns with new idle tasks... If this brought us a step closer to entering an existing pidns that would be one thing, but is there actually any advantage to being able to unshare a new pidns? Oh, I guess there is - PAM can then use it at login, which might be neat. -serge