From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030214AbWGNRYN (ORCPT ); Fri, 14 Jul 2006 13:24:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030368AbWGNRYN (ORCPT ); Fri, 14 Jul 2006 13:24:13 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:2795 "EHLO e5.ny.us.ibm.com") by vger.kernel.org with ESMTP id S1030214AbWGNRYN (ORCPT ); Fri, 14 Jul 2006 13:24:13 -0400 Subject: Re: [PATCH -mm 5/7] add user namespace From: Dave Hansen To: "Eric W. Biederman" Cc: "Serge E. Hallyn" , Cedric Le Goater , linux-kernel@vger.kernel.org, Andrew Morton , Kirill Korotaev , Andrey Savochkin , Herbert Poetzl , Sam Vilain In-Reply-To: References: <44B684A5.2040008@fr.ibm.com> <20060713174721.GA21399@sergelap.austin.ibm.com> <1152815391.7650.58.camel@localhost.localdomain> <20060713214101.GB2169@sergelap.austin.ibm.com> <20060714140237.GD28436@sergelap.austin.ibm.com> <20060714163905.GB25303@sergelap.austin.ibm.com> Content-Type: text/plain Date: Fri, 14 Jul 2006 10:24:06 -0700 Message-Id: <1152897846.24925.83.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2006-07-14 at 11:18 -0600, Eric W. Biederman wrote: > /proc//fd/... > /proc//exe > /proc//cwd > > It isn't quite the same as you are actually opening a second > copy of the file descriptor but the essence is the same. Last I checked, those were symlinks and didn't work for things like deleted files. Am I wrong? -- Dave