Subject: CVS commit: [netbsd-1-6] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/21/2002 08:47:59
Module Name: syssrc
Committed By: lukem
Date: Fri Jun 21 05:47:59 UTC 2002
Modified Files:
syssrc/sys/kern [netbsd-1-6]: vfs_lookup.c
Log Message:
Pull up revision 1.40 (requested by wrstuden in ticket #336):
If we're in a chroot, and we are looking up '..', make sure we are
still in the chroot. If not, teleport the lookup to the chroot
and log. Closes an assisted-jail escape method pointed out by
xs@kittenz.org. Patch from xs@kittenz.org and wrstuden
To generate a diff of this commit:
cvs rdiff -r1.39 -r1.39.10.1 syssrc/sys/kern/vfs_lookup.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.