From owner-p4-projects@FreeBSD.ORG Sat Jul 8 13:01:48 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BD52716A4E7; Sat, 8 Jul 2006 13:01:48 +0000 (UTC) X-Original-To: perforce@freebsd.org 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 9562E16A4E1 for ; Sat, 8 Jul 2006 13:01:48 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B98443D69 for ; Sat, 8 Jul 2006 13:01:44 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k68D1iHb004022 for ; Sat, 8 Jul 2006 13:01:44 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k68D1iuY004019 for perforce@freebsd.org; Sat, 8 Jul 2006 13:01:44 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 8 Jul 2006 13:01:44 GMT Message-Id: <200607081301.k68D1iuY004019@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 Cc: Subject: PERFORCE change 100990 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 13:01:48 -0000 http://perforce.freebsd.org/chv.cgi?CH=100990 Change 100990 by rwatson@rwatson_zoo on 2006/07/08 13:00:44 Disconnect ifoff, partition from mac2. Affected files ... .. //depot/projects/trustedbsd/mac2/sys/conf/files#2 edit .. //depot/projects/trustedbsd/mac2/sys/modules/Makefile#2 edit Differences ... ==== //depot/projects/trustedbsd/mac2/sys/conf/files#2 (text+ko) ==== @@ -1884,11 +1884,9 @@ security/mac/mac_vfs.c optional mac security/mac_biba/mac_biba.c optional mac_biba security/mac_bsdextended/mac_bsdextended.c optional mac_bsdextended -security/mac_ifoff/mac_ifoff.c optional mac_ifoff security/mac_lomac/mac_lomac.c optional mac_lomac security/mac_mls/mac_mls.c optional mac_mls security/mac_none/mac_none.c optional mac_none -security/mac_partition/mac_partition.c optional mac_partition security/mac_portacl/mac_portacl.c optional mac_portacl security/mac_seeotheruids/mac_seeotheruids.c optional mac_seeotheruids security/mac_stub/mac_stub.c optional mac_stub ==== //depot/projects/trustedbsd/mac2/sys/modules/Makefile#2 (text+ko) ==== @@ -139,11 +139,9 @@ lpt \ mac_biba \ mac_bsdextended \ - mac_ifoff \ mac_lomac \ mac_mls \ mac_none \ - mac_partition \ mac_portacl \ mac_seeotheruids \ mac_stub \