Date: Mon, 18 Sep 2006 01:20:56 +0300 From: Alex Lyashkov <umka@sevcity.net> To: Kris Kennaway <kris@obsecurity.org> Cc: freebsd-hackers@freebsd.org Subject: Re: jail2 patchset 12 Message-ID: <1158531656.3213.6.camel@berloga.shadowland> In-Reply-To: <20060917221546.GA65438@xor.obsecurity.org> References: <1158407656.3215.33.camel@berloga.shadowland> <20060917211905.GA64182@xor.obsecurity.org> <1158530904.3213.1.camel@berloga.shadowland> <20060917221546.GA65438@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
patchset 12 created 2 week ago (or so). Today i integrate last changes and upload patchset 13. =F7 =F0=CE=C4, 18.09.2006, =D7 01:15, Kris Kennaway =D0=C9=DB=C5=D4: > 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); >=20 > Thanks. The jail2 patch doesn't apply cleanly to HEAD now, BTW. >=20 > Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1158531656.3213.6.camel>