]>
Commit | Line | Data |
---|---|---|
2d21ac55 A |
1 | ###################################################################### |
2 | # | |
4a3eedf9 | 3 | # RELEASE = [ intel mach libkerncpp config_dtrace audit ] |
2d21ac55 A |
4 | # PROFILE = [ RELEASE profile ] |
5 | # DEBUG = [ RELEASE debug ] | |
6 | # | |
4a3eedf9 | 7 | # EMBEDDED = [ intel mach libkerncpp audit ] |
2d21ac55 A |
8 | # DEVELOPMENT = [ EMBEDDED config_dtrace ] |
9 | # | |
10 | ###################################################################### | |
11 | ||
12 | # | |
4a3eedf9 A |
13 | # Note: MAC options must be set in all the bsd/conf, osfmk/conf, and |
14 | # security/conf MASTER files. | |
2d21ac55 A |
15 | # |
16 | options CONFIG_MACF # Mandatory Access Control Framework | |
17 | options CONFIG_MACF_SOCKET_SUBSET # MACF subset of socket support | |
18 | #options CONFIG_MACF_SOCKET | |
19 | #options CONFIG_MACF_NET | |
20 | #options CONFIG_MACF_ALWAYS_LABEL_MBUF | |
21 | #options CONFIG_MACF_DEBUG | |
22 | #options CONFIG_MACF_MACH | |
23 | ||
24 | machine "i386" # <intel> | |
25 | cpu "i386" # <intel> |