From owner-p4-projects@FreeBSD.ORG Thu Jul 31 18:23:33 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 421DE37B404; Thu, 31 Jul 2003 18:23:33 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4FA037B401 for ; Thu, 31 Jul 2003 18:23:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6382143FB1 for ; Thu, 31 Jul 2003 18:23:32 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h711NW0U024987 for ; Thu, 31 Jul 2003 18:23:32 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h711NV1O024984 for perforce@freebsd.org; Thu, 31 Jul 2003 18:23:31 -0700 (PDT) Date: Thu, 31 Jul 2003 18:23:31 -0700 (PDT) Message-Id: <200308010123.h711NV1O024984@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 35300 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 01:23:34 -0000 http://perforce.freebsd.org/chv.cgi?CH=35300 Change 35300 by rwatson@rwatson_tislabs on 2003/07/31 18:23:26 Copy mac_none to a mac_stub policy, so we can convert mac_none to a real null policy for performance measurement purposes. If you have outstanding changes adding entry points to mac_none, they'll need to be moved to mac_stub. Affected files ... .. //depot/projects/trustedbsd/mac/sys/modules/Makefile#63 edit .. //depot/projects/trustedbsd/mac/sys/modules/mac_stub/Makefile#1 add .. //depot/projects/trustedbsd/mac/sys/security/mac_stub/mac_stub.c#1 add Differences ... ==== //depot/projects/trustedbsd/mac/sys/modules/Makefile#63 (text+ko) ==== @@ -75,6 +75,7 @@ mac_partition \ mac_portacl \ mac_seeotheruids \ + mac_stub \ mac_test \ mcd \ md \