From owner-cvs-all Mon Oct 21 9:36:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7954B37B401; Mon, 21 Oct 2002 09:36:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C9643E3B; Mon, 21 Oct 2002 09:36:24 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9LGZtmV009641; Mon, 21 Oct 2002 09:35:55 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9LGZs6R009640; Mon, 21 Oct 2002 09:35:54 -0700 (PDT) Message-Id: <200210211635.g9LGZs6R009640@repoman.freebsd.org> From: Robert Watson Date: Mon, 21 Oct 2002 09:35:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/mac_mls mac_mls.c src/sys/security/mac_biba mac_biba.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/10/21 09:35:54 PDT Modified files: sys/security/mac_mls mac_mls.c sys/security/mac_biba mac_biba.c Log: Cleanup of relabel authorization checks -- almost identical logic, we just break out some of the tests better. Minor change in that we now better support incremental update of labels. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.20 +205 -56 src/sys/security/mac_biba/mac_biba.c 1.17 +204 -60 src/sys/security/mac_mls/mac_mls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message