PERFORCE change 15566 for review

Robert Watson rwatson at freebsd.org
Mon Aug 5 13:21:08 GMT 2002


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

Change 15566 by rwatson at rwatson_tislabs on 2002/08/05 06:20:24

	Re-export security.mac.mls.enabled as a tunable -- lost at some
	point.

Affected files ...

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

Differences ...

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

@@ -84,6 +84,7 @@
 static int	mac_mls_enabled = 0;
 SYSCTL_INT(_security_mac_mls, OID_AUTO, enabled, CTLFLAG_RW,
     &mac_mls_enabled, 0, "Enforce MAC/MLS policy");
+TUNABLE_INT("security.mac.mls.enabled", &mac_mls_enabled);
 
 static int	destroyed_not_inited;
 SYSCTL_INT(_security_mac_mls, OID_AUTO, destroyed_not_inited, CTLFLAG_RD,
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