Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2002 06:48:06 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9960 for review
Message-ID:  <200204181348.g3IDm6S15139@freefall.freebsd.org>

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

Change 9960 by rwatson@rwatson_tislabs on 2002/04/18 06:47:49

	Remove copy/pasto: this is the seeotheruids policy, not type
	enforcement as the sysctl description suggests.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/security/mac_seeotheruids/mac_seeotheruids.c#7 edit

Differences ...

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

@@ -68,7 +68,7 @@
 SYSCTL_DECL(_security_mac);
 
 SYSCTL_NODE(_security_mac, OID_AUTO, seeotheruids, CTLFLAG_RW, 0,
-    "TrustedBSD Type Enforcement policy controls");
+    "TrustedBSD mac_seeotheruids policy controls");
 
 static int	mac_seeotheruids_enabled = 0;
 SYSCTL_INT(_security_mac_seeotheruids, 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?200204181348.g3IDm6S15139>