Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2002 04:46:17 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20642 for review
Message-ID:  <200211041246.gA4CkHYs083735@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20642

Change 20642 by rwatson@rwatson_tislabs on 2002/11/04 04:45:21

	sysctl mac_cache_fslabel_in_vnode no longer required: the new
	world order always caches labels in vnodes.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#347 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#347 (text+ko) ====

@@ -157,12 +157,6 @@
     &mac_enforce_vm, 0, "Enforce MAC policy on vm operations");
 TUNABLE_INT("security.mac.enforce_vm", &mac_enforce_vm);
 
-static int	mac_cache_fslabel_in_vnode = 1;
-SYSCTL_INT(_security_mac, OID_AUTO, cache_fslabel_in_vnode, CTLFLAG_RW,
-    &mac_cache_fslabel_in_vnode, 0, "Cache mount fslabel in vnode");
-TUNABLE_INT("security.mac.cache_fslabel_in_vnode",
-    &mac_cache_fslabel_in_vnode);
-
 static int	mac_mmap_revocation = 0;
 SYSCTL_INT(_security_mac, OID_AUTO, mmap_revocation, CTLFLAG_RW,
     &mac_mmap_revocation, 0, "Revoke mmap access to files on subject "

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?200211041246.gA4CkHYs083735>