PERFORCE change 33440 for review
Robert Watson
rwatson at FreeBSD.org
Fri Jun 20 15:07:14 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=33440
Change 33440 by rwatson at 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 standard
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list