From owner-p4-projects Sat Oct 19 17:11:46 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 57AC237B406; Sat, 19 Oct 2002 17:11:44 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E586A37B401 for ; Sat, 19 Oct 2002 17:11:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F46143E75 for ; Sat, 19 Oct 2002 17:11:43 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9K0BMmV096031 for ; Sat, 19 Oct 2002 17:11:23 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9K0BMSR096028 for perforce@freebsd.org; Sat, 19 Oct 2002 17:11:22 -0700 (PDT) Date: Sat, 19 Oct 2002 17:11:22 -0700 (PDT) Message-Id: <200210200011.g9K0BMSR096028@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 19663 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=19663 Change 19663 by rwatson@rwatson_paprika on 2002/10/19 17:11:17 Correct some nits that probably slipped in from the MLS merge: - proc1 is high, not low, by default - trailing whitespace - trailing \n at end of file Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#137 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#137 (text+ko) ==== @@ -689,7 +689,7 @@ if (d < 1 || d > MAC_BIBA_MAX_COMPARTMENTS) return (EINVAL); - MAC_BIBA_BIT_SET(d, element->mbe_compartments); + MAC_BIBA_BIT_SET(d, element->mbe_compartments); if (*p1 == '\0') break; @@ -1354,7 +1354,7 @@ dest = SLOT(&cred->cr_label); - mac_biba_set_single(dest, MAC_BIBA_TYPE_LOW, 0, NULL); + mac_biba_set_single(dest, MAC_BIBA_TYPE_HIGH, 0, NULL); mac_biba_set_range(dest, MAC_BIBA_TYPE_LOW, 0, NULL, MAC_BIBA_TYPE_HIGH, 0, NULL); } @@ -2665,4 +2665,3 @@ MAC_POLICY_SET(mac_biba_ops, trustedbsd_mac_biba, "TrustedBSD MAC/Biba", MPC_LOADTIME_FLAG_NOTLATE, &mac_biba_slot); - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message