From owner-p4-projects Wed Jul 24 7:34:26 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E547537B401; Wed, 24 Jul 2002 07:34:22 -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 8009537B400 for ; Wed, 24 Jul 2002 07:34:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0733D43E3B for ; Wed, 24 Jul 2002 07:34:22 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6OEYLJU029181 for ; Wed, 24 Jul 2002 07:34:21 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6OEYLop029176 for perforce@freebsd.org; Wed, 24 Jul 2002 07:34:21 -0700 (PDT) Date: Wed, 24 Jul 2002 07:34:21 -0700 (PDT) Message-Id: <200207241434.g6OEYLop029176@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 14837 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://people.freebsd.org/~peter/p4db/chv.cgi?CH=14837 Change 14837 by rwatson@rwatson_paprika on 2002/07/24 07:33:58 Do include now that vm_prot_t is required. Re-spell revocation. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_te/mac_te.c#48 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_te/mac_te.c#48 (text+ko) ==== @@ -67,6 +67,8 @@ #include +#include + SYSCTL_DECL(_security_mac); SYSCTL_NODE(_security_mac, OID_AUTO, te, CTLFLAG_RW, 0, @@ -1511,7 +1513,7 @@ struct mac_te *subj, *obj; vm_prot_t prot = 0; - if (!mac_biba_revocation_enabled) + if (!mac_te_revocation_enabled) return (VM_PROT_ALL); subj = SLOT(&cred->cr_label); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message