options HIBERNATION # system hibernation # <hibernation>
options KERNOBJC # Objective-C implementation # <kernobjc>
options IOKITCPP # C++ implementation # <iokitcpp>
+options IOKITSTATS # IOKit statistics # <iokitstats>
options KDEBUG # kernel tracing # <kdebug>
options NETWORKING # kernel networking # <networking>
options CRYPTO # want crypto code # <crypto>
options CONFIG_SLEEP # # <config_sleep>
-
#makeoptions LIBDRIVER = "libDriver_kern.o" # <libdriver>
#makeoptions LIBOBJC = "libkobjc.o" # <kernobjc>
#
options CONFIG_EMBEDDED # <config_embedded>
+# secure_kernel - secure kernel from user programs
+options SECURE_KERNEL # <secure_kernel>
+
options MACH_ASSERT # <mach_assert>
+
+#
+# Note: MAC/AUDIT options must be set in all the bsd/conf, osfmk/conf, and
+# security/conf MASTER files.
+#
+options CONFIG_MACF # Mandatory Access Control Framework
+
+options DEVELOPMENT # <development>