From owner-p4-projects Fri Oct 18 9:55: 2 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 02B5937B404; Fri, 18 Oct 2002 09:55:00 -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 412B537B401 for ; Fri, 18 Oct 2002 09:54:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F2F643EF1 for ; Fri, 18 Oct 2002 09:54:58 -0700 (PDT) (envelope-from cvance@tislabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IGsimV062749 for ; Fri, 18 Oct 2002 09:54:44 -0700 (PDT) (envelope-from cvance@tislabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IGsitS062746 for perforce@freebsd.org; Fri, 18 Oct 2002 09:54:44 -0700 (PDT) Date: Fri, 18 Oct 2002 09:54:44 -0700 (PDT) Message-Id: <200210181654.g9IGsitS062746@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cvance@tislabs.com using -f From: Chris Vance Subject: PERFORCE change 19548 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://perforce.freebsd.org/chv.cgi?CH=19548 Change 19548 by cvance@cvance_laptop on 2002/10/18 09:53:47 Allow SEBSD to be linked directly into the kernel so we can get the support of INVARIANTS, WITNESS, etc. Affected files ... .. //depot/projects/trustedbsd/mac/sys/conf/files#58 edit .. //depot/projects/trustedbsd/mac/sys/conf/options#33 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/conf/files#58 (text+ko) ==== @@ -1431,6 +1431,20 @@ security/mac_seeotheruids/mac_seeotheruids.c optional mac_seeotheruids security/mac_te/mac_te.c optional mac_te security/mac_test/mac_test.c optional mac_test +security/sebsd/sebsd.c optional sebsd +security/sebsd/sebsd_syscall.c optional sebsd +security/sebsd/sebsd_sysctl.c optional sebsd +security/sebsd/avc/avc.c optional sebsd +security/sebsd/ss/avtab.c optional sebsd +security/sebsd/ss/ebitmap.c optional sebsd +security/sebsd/ss/hashtab.c optional sebsd +security/sebsd/ss/init.c optional sebsd +security/sebsd/ss/policydb.c optional sebsd +security/sebsd/ss/queue.c optional sebsd +security/sebsd/ss/services.c optional sebsd +security/sebsd/ss/sidtab.c optional sebsd +security/sebsd/ss/symtab.c optional sebsd +security/sebsd/ss/fileutils.c optional sebsd 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#33 (text+ko) ==== @@ -155,6 +155,7 @@ MAC_SEEOTHERUIDS opt_dontuse.h MAC_TE opt_dontuse.h MAC_TEST opt_dontuse.h +SEBSD opt_dontuse.h # Do we want the config file compiled into the kernel? INCLUDE_CONFIG_FILE opt_config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message