From owner-p4-projects@FreeBSD.ORG Thu Aug 21 09:43:35 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 997F116A4DA; Thu, 21 Aug 2003 09:43:34 -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 4896716A4C1 for ; Thu, 21 Aug 2003 09:43:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC4343F85 for ; Thu, 21 Aug 2003 09:43:33 -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 h7LGhX0U006917 for ; Thu, 21 Aug 2003 09:43:33 -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 h7LGhXng006914 for perforce@freebsd.org; Thu, 21 Aug 2003 09:43:33 -0700 (PDT) Date: Thu, 21 Aug 2003 09:43:33 -0700 (PDT) Message-Id: <200308211643.h7LGhXng006914@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 36596 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: Thu, 21 Aug 2003 16:43:35 -0000 http://perforce.freebsd.org/chv.cgi?CH=36596 Change 36596 by rwatson@rwatson_tislabs on 2003/08/21 09:42:33 Loopback integrate of mac_none and mac_stub changes to make mac_none: none is now a null policy, and stub now has all the stubs. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_none/mac_none.c#126 integrate .. //depot/projects/trustedbsd/mac/sys/security/mac_stub/mac_stub.c#4 integrate Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_none/mac_none.c#126 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: src/sys/security/mac_none/mac_none.c,v 1.29 2003/06/23 01:26:34 rwatson Exp $ + * $FreeBSD: src/sys/security/mac_none/mac_none.c,v 1.30 2003/08/21 16:19:17 rwatson Exp $ */ /* ==== //depot/projects/trustedbsd/mac/sys/security/mac_stub/mac_stub.c#4 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_stub/mac_stub.c,v 1.31 2003/08/21 16:22:52 rwatson Exp $ */ /*