PERFORCE change 15564 for review

Robert Watson rwatson at freebsd.org
Mon Aug 5 13:07:51 GMT 2002


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

Change 15564 by rwatson at rwatson_tislabs on 2002/08/05 06:07:27

	At some point, we stopped permitting security.mac.biba.enabled
	to be modified using a tunable.  Probably an editing error,
	so put it back so that loader.conf can be used to configure the
	boot-time behavior of the Biba module.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#91 edit

Differences ...

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

@@ -84,6 +84,7 @@
 static int	mac_biba_enabled = 0;
 SYSCTL_INT(_security_mac_biba, OID_AUTO, enabled, CTLFLAG_RW,
     &mac_biba_enabled, 0, "Enforce MAC/Biba policy");
+TUNABLE_INT("security.mac.biba.enabled", &mac_biba_enabled);
 
 static int	destroyed_not_inited;
 SYSCTL_INT(_security_mac_biba, 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