]>
Commit | Line | Data |
---|---|---|
2d21ac55 A |
1 | # |
2 | ###################################################################### | |
3 | # | |
4 | # Standard Apple MacOS X Configurations: | |
5 | # -------- ---- -------- --------------- | |
6 | # | |
7 | # RELEASE = [ppc mach libkerncpp config_dtrace] | |
8 | # DEVELOPMENT = [RELEASE] | |
9 | # PROFILE = [RELEASE] | |
10 | # DEBUG = [RELEASE debug] | |
11 | # RELEASE_TRACE = [ RELEASE kdebug ] | |
12 | # DEBUG_TRACE = [ DEBUG kdebug ] | |
13 | # | |
14 | ###################################################################### | |
15 | ||
16 | # | |
17 | # Note: corresponding MACF options must be set in both security/conf | |
18 | # bsd/conf and/or osfmk/conf MASTER files (depending upon the option) | |
19 | # | |
20 | options CONFIG_MACF # Mandatory Access Control Framework | |
21 | options CONFIG_MACF_SOCKET_SUBSET # MACF subset of socket support | |
22 | #options CONFIG_MACF_SOCKET | |
23 | #options CONFIG_MACF_NET | |
24 | #options CONFIG_MACF_ALWAYS_LABEL_MBUF | |
25 | #options CONFIG_MACF_DEBUG | |
26 | #options CONFIG_MACF_MACH | |
27 | ||
28 | machine "ppc" # <ppc> | |
29 | cpu "ppc" # <ppc> |