[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <m1u05krrhz.fsf@ebiederm.dsl.xmission.com>
Date: Fri, 14 Jul 2006 12:06:00 -0600
From: ebiederm@...ssion.com (Eric W. Biederman)
To: Dave Hansen <haveblue@...ibm.com>
Cc: "Serge E. Hallyn" <serue@...ibm.com>,
Cedric Le Goater <clg@...ibm.com>,
linux-kernel@...r.kernel.org, Andrew Morton <akpm@...l.org>,
Kirill Korotaev <dev@...nvz.org>, Andrey Savochkin <saw@...ru>,
Herbert Poetzl <herbert@...hfloor.at>,
Sam Vilain <sam.vilain@...alyst.net.nz>
Subject: Re: [PATCH -mm 5/7] add user namespace
Dave Hansen <haveblue@...ibm.com> writes:
> On Fri, 2006-07-14 at 11:18 -0600, Eric W. Biederman wrote:
>> /proc/<pid>/fd/...
>> /proc/<pid>/exe
>> /proc/<pid>/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?
Yes. They are not really symlinks.
Wanting to have an executable that was deleted after it was done
executing. I wrote it to a file. opened it, unlinked it, set close
on exec, and the exec'd it with /proc/self/fd/N.
Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists