On Sun, 27 Jun 2004, Pawel Jakub Dawidek wrote: > On Sun, Jun 27, 2004 at 08:59:32AM +0200, 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); -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeTReceived on Fri Jul 02 2004 - 06:05:23 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:59 UTC