Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 10:57:19 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8209 for review
Message-ID:  <200203221857.g2MIvJ765793@freefall.freebsd.org>

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

Change 8209 by rwatson@rwatson_paprika on 2002/03/22 10:57:02

	The string 'Type Enforcement' slipped through when I created
	mac_none.  Change it to something more innocuous.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/security/mac_none/mac_none.c#17 edit

Differences ...

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

@@ -71,7 +71,7 @@
 SYSCTL_DECL(_security_mac);
 
 SYSCTL_NODE(_security_mac, OID_AUTO, none, CTLFLAG_RW, 0,
-    "TrustedBSD Type Enforcement policy controls");
+    "TrustedBSD mac_none policy controls");
 
 static int	mac_none_enabled = 0;
 SYSCTL_INT(_security_mac_none, OID_AUTO, enabled, CTLFLAG_RW,

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?200203221857.g2MIvJ765793>