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

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14836

Change 14836 by rwatson@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@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?200207241432.g6OEWIdx029002>