From owner-p4-projects Fri Mar 22 10:57:30 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9E0CB37B400; Fri, 22 Mar 2002 10:57:23 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3011837B41C for ; Fri, 22 Mar 2002 10:57:19 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2MIvJ765793 for perforce@freebsd.org; Fri, 22 Mar 2002 10:57:19 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 22 Mar 2002 10:57:19 -0800 (PST) Message-Id: <200203221857.g2MIvJ765793@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 8209 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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