PERFORCE change 14837 for review

Robert Watson rwatson at freebsd.org
Wed Jul 24 14:34:21 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14837

Change 14837 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list