From owner-cvs-all Mon Oct 21 11:42:32 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 0DE1337B401; Mon, 21 Oct 2002 11:42:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C054943E3B; Mon, 21 Oct 2002 11:42:30 -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 g9LIg1mV023830; Mon, 21 Oct 2002 11:42:01 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9LIg1e6023829; Mon, 21 Oct 2002 11:42:01 -0700 (PDT) Message-Id: <200210211842.g9LIg1e6023829@repoman.freebsd.org> From: Robert Watson Date: Mon, 21 Oct 2002 11:42:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mac.h src/sys/security/mac_biba mac_biba.c mac_biba.h src/sys/security/mac_mls mac_mls.c mac_mls.h 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 11:42:01 PDT Modified files: sys/sys mac.h sys/security/mac_biba mac_biba.c mac_biba.h sys/security/mac_mls mac_mls.c mac_mls.h Log: Add compartment support to Biba and MLS policies. The logic of the policies remains the same: subjects and objects are labeled for integrity or sensitivity, and a dominance operator determines whether or not subject/object accesses are permitted to limit inappropriate information flow. Compartments are a non-hierarchal component to the label, so add a bitfield to the label element for each, and a set check as part of the dominance operator. This permits the implementation of "need to know" elements of MLS. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.24 +58 -16 src/sys/security/mac_biba/mac_biba.c 1.2 +11 -1 src/sys/security/mac_biba/mac_biba.h 1.22 +58 -16 src/sys/security/mac_mls/mac_mls.c 1.2 +11 -1 src/sys/security/mac_mls/mac_mls.h 1.15 +4 -0 src/sys/sys/mac.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message