From owner-cvs-all Tue Oct 22 7:32:13 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 12BFE37B485; Tue, 22 Oct 2002 07:32:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 807B443E4A; Tue, 22 Oct 2002 07:32:08 -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 g9MEVYmV001937; Tue, 22 Oct 2002 07:31:34 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9MEVYsd001936; Tue, 22 Oct 2002 07:31:34 -0700 (PDT) Message-Id: <200210221431.g9MEVYsd001936@repoman.freebsd.org> From: Robert Watson Date: Tue, 22 Oct 2002 07:31:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/mac_biba mac_biba.c mac_biba.h src/sys/security/mac_mls mac_mls.c mac_mls.h src/sys/security/mac_none mac_none.c src/sys/security/mac_test mac_test.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/22 07:31:34 PDT Modified files: sys/security/mac_biba mac_biba.c mac_biba.h sys/security/mac_mls mac_mls.c mac_mls.h sys/security/mac_none mac_none.c sys/security/mac_test mac_test.c Log: Adapt MAC policies for the new user API changes; teach policies how to parse their own label elements (some cleanup to occur here in the future to use the newly added kernel strsep()). Policies now entirely encapsulate their notion of label in the policy module. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.26 +288 -16 src/sys/security/mac_biba/mac_biba.c 1.3 +2 -0 src/sys/security/mac_biba/mac_biba.h 1.24 +289 -16 src/sys/security/mac_mls/mac_mls.c 1.3 +3 -1 src/sys/security/mac_mls/mac_mls.h 1.14 +36 -11 src/sys/security/mac_none/mac_none.c 1.12 +37 -39 src/sys/security/mac_test/mac_test.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message