Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2002 06:07:51 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15564 for review
Message-ID:  <200208051307.g75D7puv085266@freefall.freebsd.org>

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

Change 15564 by rwatson@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@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?200208051307.g75D7puv085266>