Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2002 10:53:31 -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:  <200208071753.g77HrVc4034816@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/08/07 10:53:31 PDT

  Modified files:
    sys/kern             init_main.c 
  Log:
  Refresh the credential on the first initproc thread following divorcing
  the initproc credential from the proc0 credential.  Otherwise, the
  proc0 credential is used instead of initproc's credentil when authorizing
  start_init() activities prior to initproc hitting userland for the
  first time.  This could result in the incorrect credential being used
  to authorize mounting of the root file system, which could in turn cause
  problems for NFS when used in combination with uid/gid ipfw rules, or
  with MAC.
  
  Discussed with: julian
  
  Revision  Changes    Path
  1.202     +1 -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?200208071753.g77HrVc4034816>