Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 2004 08:03:52 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        FreeBSD current users <current@freebsd.org>
Subject:   Re: jail getfsstat patches.
Message-ID:  <Pine.BSF.4.53.0407020803190.28103@e0-0.zab2.int.zabbadoz.net>
In-Reply-To: <20040627101951.GJ12007@darkness.comp.waw.pl>
References:  <Pine.BSF.4.21.0406251809530.1679-100000@InterJet.elischer.org> <20040627101951.GJ12007@darkness.comp.waw.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
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 NeT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.53.0407020803190.28103>