PERFORCE change 14836 for review

Robert Watson rwatson at freebsd.org
Wed Jul 24 14:32:18 GMT 2002


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

Change 14836 by rwatson at rwatson_paprika on 2002/07/24 07:31:54

	Oops, I renamed the variable after testing and missed an instance.
	The perils of losing track of what you're doing because the
	connection went down.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#55 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#55 (text+ko) ====

@@ -89,7 +89,7 @@
 
 static int	mac_mls_revocation_enabled = 0;
 SYSCTL_INT(_security_mac_mls, OID_AUTO, revocation_enabled, CTLFLAG_RW,
-    &revocation_enabled, 0, "Revoke access to objects on relabel");
+    &mac_mls_revocation_enabled, 0, "Revoke access to objects on relabel");
 TUNABLE_INT("security.mac.mls.revocation_enabled",
     &mac_mls_revocation_enabled);
 
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