From owner-p4-projects@FreeBSD.ORG Sun Nov 20 18:11:24 2005 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 F110816A422; Sun, 20 Nov 2005 18:11:23 +0000 (GMT) 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 AE75C16A41F for ; Sun, 20 Nov 2005 18:11:23 +0000 (GMT) (envelope-from csjp@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D2D43D49 for ; Sun, 20 Nov 2005 18:11:23 +0000 (GMT) (envelope-from csjp@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAKIBM3x054947 for ; Sun, 20 Nov 2005 18:11:23 GMT (envelope-from csjp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAKIBMJv054932 for perforce@freebsd.org; Sun, 20 Nov 2005 18:11:22 GMT (envelope-from csjp@freebsd.org) Date: Sun, 20 Nov 2005 18:11:22 GMT Message-Id: <200511201811.jAKIBMJv054932@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to csjp@freebsd.org using -f From: "Christian S.J. Peron" To: Perforce Change Reviews Cc: Subject: PERFORCE change 87006 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: Sun, 20 Nov 2005 18:11:24 -0000 http://perforce.freebsd.org/chv.cgi?CH=87006 Change 87006 by csjp@csjp_xor on 2005/11/20 18:11:21 Add the MAC_CHKEXEC kernel option to the MAC kernel configuration file, so users know about the file system trusted executable policy. Affected files ... .. //depot/projects/trustedbsd/mac/sys/alpha/conf/MAC#2 edit .. //depot/projects/trustedbsd/mac/sys/amd64/conf/MAC#2 edit .. //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#58 edit .. //depot/projects/trustedbsd/mac/sys/ia64/conf/MAC#2 edit .. //depot/projects/trustedbsd/mac/sys/pc98/conf/MAC#2 edit .. //depot/projects/trustedbsd/mac/sys/powerpc/conf/MAC#2 edit .. //depot/projects/trustedbsd/mac/sys/sparc64/conf/MAC#2 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/alpha/conf/MAC#2 (text+ko) ==== @@ -26,3 +26,4 @@ #options MAC_SEEOTHERUIDS # UID visibility policy #options MAC_STUB # Stub policy #options MAC_TEST # Testing policy for the MAC framework +#options MAC_CHKEXEC # File system trusted executable policy ==== //depot/projects/trustedbsd/mac/sys/amd64/conf/MAC#2 (text+ko) ==== @@ -26,3 +26,4 @@ #options MAC_SEEOTHERUIDS # UID visibility policy #options MAC_STUB # Stub policy #options MAC_TEST # Testing policy for the MAC framework +#options MAC_CHKEXEC # File system trusted executable policy ==== //depot/projects/trustedbsd/mac/sys/i386/conf/MAC#58 (text+ko) ==== @@ -26,6 +26,7 @@ #options MAC_SEEOTHERUIDS # UID visibility policy #options MAC_STUB # Stub policy #options MAC_TEST # Testing policy for the MAC framework +#options MAC_CHKEXEC # File system trusted executable policy #options MAC_ALWAYS_LABEL_MBUF options MAC_DEBUG ==== //depot/projects/trustedbsd/mac/sys/ia64/conf/MAC#2 (text+ko) ==== @@ -26,3 +26,4 @@ #options MAC_SEEOTHERUIDS # UID visibility policy #options MAC_STUB # Stub policy #options MAC_TEST # Testing policy for the MAC framework +#options MAC_CHKEXEC # File system trusted executable policy ==== //depot/projects/trustedbsd/mac/sys/pc98/conf/MAC#2 (text+ko) ==== @@ -26,3 +26,4 @@ #options MAC_SEEOTHERUIDS # UID visibility policy #options MAC_STUB # Stub policy #options MAC_TEST # Testing policy for the MAC framework +#options MAC_CHKEXEC # File system trusted executable policy ==== //depot/projects/trustedbsd/mac/sys/powerpc/conf/MAC#2 (text+ko) ==== @@ -26,3 +26,4 @@ #options MAC_SEEOTHERUIDS # UID visibility policy #options MAC_STUB # Stub policy #options MAC_TEST # Testing policy for the MAC framework +#options MAC_CHKEXEC # File system trusted executable policy ==== //depot/projects/trustedbsd/mac/sys/sparc64/conf/MAC#2 (text+ko) ==== @@ -26,3 +26,4 @@ #options MAC_SEEOTHERUIDS # UID visibility policy #options MAC_STUB # Stub policy #options MAC_TEST # Testing policy for the MAC framework +#options MAC_CHKEXEC # File system trusted executable policy