jail getfsstat patches.

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Jul 2 09:48:30 PDT 2004


On Fri, Jul 02, 2004 at 07:52:29AM +0000, Bjoern A. Zeeb wrote:
+> On Sun, 27 Jun 2004, Pawel Jakub Dawidek wrote:
+> > +> If you give me a few days (maybe I'll be ready today) I'll try to prepare
+> > +> patch to commit so we can review it together.
+> >
+> > Ok, here it goes:
+> >
+> > 	http://people.freebsd.org/~pjd/patches/jail_enforce_statfs.patch
+> 
+> 
+> in prison_canseemount shouldn't it be (pasted in by hand):
+> 
+>            * Be sure that we don't have situation where jail's root directory
+>            * is "/some/path" and mount point is "/some/pathpath".
+>            */
+> -         if (*sp->f_mntonname != '\0' && *sp->f_mntonname != '/')
+> +         if (*(sp->f_mntonname+len) != '\0' && *(sp->f_mntonname+len) != '/')
+>                   return (ENOENT);
+>           return (0);

Yes, fixed, thanks!

-- 
Pawel Jakub Dawidek                       http://www.FreeBSD.org
pjd at FreeBSD.org                           http://garage.freebsd.pl
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20040702/25393841/attachment.bin


More information about the freebsd-current mailing list