From owner-cvs-all Thu May 17 14:48:51 2001 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 452D137B422; Thu, 17 May 2001 14:48:45 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4HLmj632630; Thu, 17 May 2001 14:48:45 -0700 (PDT) (envelope-from rwatson) Message-Id: <200105172148.f4HLmj632630@freefall.freebsd.org> From: Robert Watson Date: Thu, 17 May 2001 14:48:45 -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 List-ID: X-Loop: FreeBSD.ORG rwatson 2001/05/17 14:48:45 PDT Modified files: sys/kern kern_prot.c Log: o Modify access control checks in p_candebug() such that the policy is as follows: the effective uid of p1 (subject) must equal the real, saved, and effective uids of p2 (object), p2 must not have undergone a credential downgrade. A subject with appropriate privilege may override these protections. In the future, we will extend these checks to require that p1 effective group membership must be a superset of p2 effective group membership. Obtained from: TrustedBSD Project Revision Changes Path 1.90 +4 -4 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message