]> git.saurik.com Git - apple/xnu.git/blob - security/conf/MASTER.i386
xnu-1504.9.26.tar.gz
[apple/xnu.git] / security / conf / MASTER.i386
1 ######################################################################
2 #
3 # RELEASE = [ intel mach libkerncpp config_dtrace audit ]
4 # PROFILE = [ RELEASE profile ]
5 # DEBUG = [ RELEASE debug ]
6 #
7 #
8 # EMBEDDED = [ intel mach libkerncpp audit ]
9 # DEVELOPMENT = [ EMBEDDED config_dtrace ]
10 #
11 ######################################################################
12
13 machine "i386" # <intel>
14 cpu "i386" # <intel>
15
16 #
17 # Note: MAC/AUDIT options must be set in all the bsd/conf, osfmk/conf, and
18 # security/conf MASTER files.
19 #
20 options CONFIG_MACF # Mandatory Access Control Framework
21 options CONFIG_MACF_SOCKET_SUBSET # MACF subset of socket support
22 options CONFIG_FSE
23 #options CONFIG_MACF_SOCKET
24 #options CONFIG_MACF_NET
25 #options CONFIG_MACF_ALWAYS_LABEL_MBUF
26 #options CONFIG_MACF_DEBUG
27 #options CONFIG_MACF_MACH
28 options CONFIG_AUDIT # kernel auditing
29
30 options NO_NESTED_PMAP # <no_nested_pmap>