]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/conf/MASTER.ppc
xnu-1504.7.4.tar.gz
[apple/xnu.git] / bsd / conf / MASTER.ppc
index ee3e6839b7bbd9cba52e5d2df7729fa9497dea50..54ba3d5658f1db8673b80d75f3506ee5ef6858dd 100644 (file)
 #  Standard Apple Research Configurations:
 #  -------- ----- -------- ---------------
 #
-#  RELEASE = [ppc mach medium vol pst gdb simple_clock kernstack nfsclient nfsserver quota fifo fdesc union ffs cd9660 compat_oldsock revfs noprofiling hfs volfs devfs netat mrouting ipdivert ipfirewall ipfw2 dummynet ktrace inet6 ipv6firewall ipsec tcpdrop_synfin gif stf compat_43_tty compat_43_socket vlan bond netmibs]
-#  RELEASE_TRACE = [RELEASE kdebug]
-#  PROFILE = [ppc mach medium vol pst gdb simple_clock kernstack nfsclient nfsserver quota fifo fdesc union ffs cd9660 compat_oldsock revfs profile hfs volfs devfs netat mrouting ipdivert ipfirewall ipfw2 dummynet ktrace inet6 ipv6firewall ipsec tcpdrop_synfin gif stf compat_43_tty compat_43_socket vlan bond]
-#  DEBUG = [ppc mach medium vol pst gdb debug simple_clock kernstack nfsclient nfsserver quota fifo fdesc union ffs cd9660 compat_oldsock revfs profiling hfs volfs devfs netat mrouting mach_assert ipdivert ipfirewall ipfw2 dummynet ktrace inet6 ipv6firewall ipsec tcpdrop_synfin gif stf compat_43_tty compat_43_socket vlan bond netmibs]
-#  DEBUG_TRACE = [DEBUG kdebug]
+#  BASE =        [ ppc mach medium config_dtrace vol pst gdb noprofiling simple_clock kernstack sysv_sem sysv_msg sysv_shm audit panic_info config_imageboot config_workqueue ]
+#  FILESYS =    [ devfs revfs hfs journaling fdesc config_fse quota namedstreams fifo union config_volfs hfs_compression ]
+#  NETWORKING =  [ inet inet6 compat_oldsock tcpdrop_synfin bpfilter ipdivert ipfirewall ipv6firewall ipfw2 dummynet traffic_mgt sendfile netmibs bond vlan gif stf zlib randomipid ifnet_input_chk ipflow ]
+#  NFS =         [ nfsclient nfsserver ]
+#  VPN =         [ ipsec ]
+#  RELEASE =     [ BASE NETWORKING NFS VPN FILESYS libdriver ]
+#  DEVELOPMENT = [ RELEASE ]
+#  PROFILE =     [ RELEASE profile ]
+#  DEBUG =       [ BASE NETWORKING NFS VPN FILESYS libdriver_g debug xpr_debug mach_assert pf pflog ]
 #
 ######################################################################
 #
@@ -64,6 +68,18 @@ options              FP_EMUL         # floating point emulation      # <fp>
 options                UXPR            # user-level XPR package        # <uxpr>
 config         mach_kernel     swap generic                    # <mach>
 
+#
+# 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                CONFIG_MACF_SOCKET_SUBSET       # MAC socket subest (no labels)
+#options       CONFIG_MACF_SOCKET              # MAC socket labels
+#options       CONFIG_MACF_NET                 # mbuf
+#options       CONFIG_MACF_DEBUG
+#options       CONFIG_MACF_MACH
+options                CONFIG_AUDIT                    # Kernel auditing         
+
 options                EVENT                                           # <event>
 
 #