From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: Detecting if you are running in a container Date: Fri, 14 Oct 2011 14:58:32 -0700 Message-ID: <4E98B088.5030400@zytor.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: containers.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