Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2002 06:35:53 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern init_main.c
Message-ID:  <200204191335.g3JDZrR40624@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/04/19 06:35:53 PDT

  Modified files:
    sys/kern             init_main.c 
  Log:
  Divorce proc0 and proc1 credentials earlier; while this isn't technically
  needed in the current code, in the MAC tree, create_init() relies on the
  ability to modify the credentials present for initproc, and should not
  perform that modification on a shared credential.  Pro-active diff
  reduction against MAC changes that are in the queue; also facilitates
  other work, including the capabilities implementation.
  
  Submitted by:   green
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, NAI Labs
  
  Revision  Changes    Path
  1.193     +7 -0      src/sys/kern/init_main.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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