From owner-cvs-all Tue Aug 29 21:35:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA5A937B424; Tue, 29 Aug 2000 21:35:33 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA28670; Tue, 29 Aug 2000 21:35:33 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200008300435.VAA28670@freefall.freebsd.org> From: Robert Watson Date: Tue, 29 Aug 2000 21:35:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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