From owner-p4-projects Fri Aug 30 8:48:55 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3A00E37B401; Fri, 30 Aug 2002 08:48:50 -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 B446737B400 for ; Fri, 30 Aug 2002 08:48:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 728EB43E42 for ; Fri, 30 Aug 2002 08:48:49 -0700 (PDT) (envelope-from green@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7UFmnJU074469 for ; Fri, 30 Aug 2002 08:48:49 -0700 (PDT) (envelope-from green@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7UFmneY074466 for perforce@freebsd.org; Fri, 30 Aug 2002 08:48:49 -0700 (PDT) Date: Fri, 30 Aug 2002 08:48:49 -0700 (PDT) Message-Id: <200208301548.g7UFmneY074466@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to green@freebsd.org using -f From: Brian Feldman Subject: PERFORCE change 16802 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=16802 Change 16802 by green@green_laptop_2 on 2002/08/30 08:48:10 Allow for the option of compiling MAC_LOMAC into a kernel. Affected files ... .. //depot/projects/trustedbsd/mac/sys/conf/files#47 edit .. //depot/projects/trustedbsd/mac/sys/conf/options#26 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/conf/files#47 (text+ko) ==== @@ -1357,6 +1357,8 @@ posix4/p1003_1b.c standard posix4/posix4_mib.c standard security/mac_none/mac_none.c optional mac_none +security/mac_lomac/mac_lomac.c optional mac_lomac +security/mac_lomac/kernel_plm.c optional mac_lomac ufs/ffs/ffs_alloc.c optional ffs ufs/ffs/ffs_balloc.c optional ffs ufs/ffs/ffs_inode.c optional ffs ==== //depot/projects/trustedbsd/mac/sys/conf/options#26 (text+ko) ==== @@ -126,6 +126,7 @@ # Support for Mandatory Access Control (MAC) MAC opt_mac.h MAC_DEBUG opt_mac.h +MAC_LOMAC opt_dontuse.h MAC_NONE opt_dontuse.h # Do we want the config file compiled into the kernel? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message