Date: Thu, 17 Apr 2003 15:26:54 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_jail.c Message-ID: <200304172226.h3HMQsR6077662@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/04/17 15:26:54 PDT
FreeBSD src repository
Modified files:
sys/kern kern_jail.c
Log:
- The prison mutex cannot possibly protect pointers to the prison it
protects, so don't bother locking it while we assign it to a ucred's
cr_prison.
- Fully construct the new credential for a process before assigning it to
p_ucred.
Revision Changes Path
1.32 +1 -3 src/sys/kern/kern_jail.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304172226.h3HMQsR6077662>
