Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2002 07:34:21 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14837 for review
Message-ID:  <200207241434.g6OEYLop029176@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <vm/vm.h> 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 <security/mac_te/mac_te.h>
 
+#include <vm/vm.h>
+
 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207241434.g6OEYLop029176>