Date: Sun, 17 Sep 2006 18:15:46 -0400 From: Kris Kennaway <kris@obsecurity.org> To: Alex Lyashkov <umka@sevcity.net> Cc: freebsd-hackers@freebsd.org, Kris Kennaway <kris@obsecurity.org> Subject: Re: jail2 patchset 12 Message-ID: <20060917221546.GA65438@xor.obsecurity.org> In-Reply-To: <1158530904.3213.1.camel@berloga.shadowland> References: <1158407656.3215.33.camel@berloga.shadowland> <20060917211905.GA64182@xor.obsecurity.org> <1158530904.3213.1.camel@berloga.shadowland>
next in thread | previous in thread | raw e-mail | index | archive | help
--LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 18, 2006 at 01:08:24AM +0300, Alex Lyashkov wrote: > Thanks for you report. I really more test new jail2 API then old :( > Please apply this patch. >=20 > # p4 diff -du kern_jail.c > =3D=3D=3D=3D //depot/projects/jail2/sys/kern/kern_jail.c#4 - > /root/jail2/sys/kern/kern_jail.c =3D=3D=3D=3D > @@ -316,6 +316,7 @@ > if (error) > return (error); >=20 > + mtx_lock(&allprison_mtx); > pr =3D prison_find(uap->jid); > if (pr =3D=3D NULL) { > return (ESRCH); Thanks. The jail2 patch doesn't apply cleanly to HEAD now, BTW. Kris --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFDckSWry0BWjoQKURAke3AJ9NbXde4oFeLUQ5r7GHm+R7fqPlYgCgiBxJ NgxtK85KTrMwM7pfcwnLzEk= =Qs57 -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060917221546.GA65438>