cvs commit: src/sys/kern kern_jail.c

John Baldwin jhb at FreeBSD.org
Thu Apr 17 15:26:55 PDT 2003


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


More information about the cvs-src mailing list