Date: Fri, 20 Jun 2003 08:07:14 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 33440 for review Message-ID: <200306201507.h5KF7EHO074728@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=33440 Change 33440 by rwatson@rwatson_paprika on 2003/06/20 08:06:38 Add basic MAC options and hook up kern_mac.c to the build when required. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/MASTER#2 edit .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/files#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/MASTER#2 (text+ko) ==== @@ -92,6 +92,9 @@ options OLD_VM_CODE # # <!newvm> options HW_AST # Hardware ast support # <hw_ast> options HW_FOOTPRINT # Cache footprint support # <hw_foot> +options MAC # Mandatory ACcess Control +options MAC_ALWAYS_LABEL_MBUF +options MAC_DEBUG options MACH # Standard Mach features # <mach> options MACH_ASSERT # Compile in assertions # <test> options MACH_COMPAT # Vendor syscall compatibility # <mach> ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/files#2 (text+ko) ==== @@ -12,6 +12,7 @@ OPTIONS/hw_ast optional hw_ast OPTIONS/hw_footprint optional hw_footprint OPTIONS/kernserv optional kernserv +OPTIONS/mac optional mac OPTIONS/mach_assert optional mach_assert OPTIONS/mach_compat optional mach_compat OPTIONS/mach_counters optional mach_counters @@ -451,6 +452,7 @@ bsd/kern/kern_fork.c standard bsd/kern/kern_ktrace.c standard bsd/kern/kern_lock.c optional cpus +bsd/kern/kern_mac.c standard bsd/kern/kern_malloc.c standard bsd/kern/kern_mman.c standard bsd/kern/kern_panicinfo.c standardhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306201507.h5KF7EHO074728>
