From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756993Ab1JNWFf (ORCPT ); Fri, 14 Oct 2011 18:05:35 -0400 Received: from terminus.zytor.com ([198.137.202.10]:49457 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751367Ab1JNWFe (ORCPT ); Fri, 14 Oct 2011 18:05:34 -0400 Message-ID: <4E98B088.5030400@zytor.com> Date: Fri, 14 Oct 2011 14:58:32 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: "Eric W. Biederman" CC: "Ted Ts'o" , Kyle Moffett , "J. Bruce Fields" , Matt Helsley , Lennart Poettering , Kay Sievers , linux-kernel@vger.kernel.org, harald@redhat.com, david@fubar.dk, greg@kroah.com, Linux Containers , Linux Containers , "Serge E. Hallyn" , Daniel Lezcano , Paul Menage Subject: Re: Detecting if you are running in a container References: <20111011013201.GA7948@thunk.org> <20111011020530.GG16723@count0.beaverton.ibm.com> <20111011032523.GB7948@thunk.org> <203BBB0D-293D-4BFB-A57B-41C56F58F9B3@mit.edu> <20111012175702.GA23231@fieldses.org> <20111012190452.GA23845@fieldses.org> <20111014155406.GC13119@thunk.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/14/2011 11:04 AM, Eric W. Biederman wrote: > > I have found and merged a solution that allows us to name namespaces > without needing a namespaces for namespaces. > Something based on UUIDs, perhaps? UUIDs are kind of exactly this, after all... a single namespace designed to be large and random enough to be globally unique without a central registration authority. -hpa