Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2000 21:35:33 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_prot.c
Message-ID:  <200008300435.VAA28670@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2000/08/29 21:35:33 PDT

  Modified files:
    sys/kern             kern_prot.c 
  Log:
  o Disable flagging of ASU in suser_xxx() authorization check.  For the
    time being, the ASU accounting flag will no longer be available, but
    may be reinstituted in the future once authorization have been redone.
    As it is, the kernel went through contortions in access control to
    avoid calling suser, which always set the flag.  This will also allow
    suser to accept const struct *{cred, proc} arguments.
  
  Reviewed by:	bde, green, phk, freebsd-security, others
  Approved by:	bde
  Obtained from:	TrustedBSD Project
  
  Revision  Changes    Path
  1.60      +1 -3      src/sys/kern/kern_prot.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?200008300435.VAA28670>