Re: Chroot bug
- From: Bongani Hlope <bonganilinux@xxxxxxxxxx>
- Date: Wed, 26 Sep 2007 15:13:52 +0200
On Wednesday 26 September 2007 13:06:51 David Newall wrote:
Alan Cox wrote:
The dot-dot entry in the root directory is interpreted to mean the
root directory itself. Thus, dot-dot cannot be used to access files
outside the subtree rooted at the root directory.
Which is behaviour chroot preserves properly.
And yet it is the dot-dot entry which is used to access files outside
the root.
The specification says explicitly
"The process working directory is unaffected by chroot()."
Do you believe that when those words were first written, the hidden
conflict, namely that it permits dot-dot to access files outside the
subtree, was understood? They would have said so if that were the case.
You seem to be misunderstanding what Alan is trying to say to you, if your
program calls chroot, it's working directory is unaffected. Programs that are
started in the chrooted root, will be affected.
i.e. if you run chroot in bash, the bash process's CWD is not affected and
bash can escape the chrooted root, but if you run ls .., it will not escape.
If you do not get too emotional, you tend to understand what people are trying
to say.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- Re: sys_chroot+sys_fchdir Fix
- From: Philipp Marek
- Re: Chroot bug
- From: Alan Cox
- Re: Chroot bug
- From: David Newall
- Re: sys_chroot+sys_fchdir Fix
- Prev by Date: Re: Chroot bug
- Next by Date: Re: Oops in pwc v4l driver
- Previous by thread: Re: Chroot bug
- Next by thread: Re: Chroot bug
- Index(es):
Relevant Pages
|