]>
Commit | Line | Data |
---|---|---|
2d21ac55 A |
1 | # |
2 | ###################################################################### | |
3 | # | |
4 | # Standard Apple MacOS X Configurations: | |
5 | # -------- ---- -------- --------------- | |
6 | # | |
4a3eedf9 | 7 | # RELEASE = [ppc mach libkerncpp config_dtrace audit] |
2d21ac55 A |
8 | # DEVELOPMENT = [RELEASE] |
9 | # PROFILE = [RELEASE] | |
10 | # DEBUG = [RELEASE debug] | |
11 | # RELEASE_TRACE = [ RELEASE kdebug ] | |
12 | # DEBUG_TRACE = [ DEBUG kdebug ] | |
13 | # | |
14 | ###################################################################### | |
15 | ||
16 | # | |
4a3eedf9 A |
17 | # Note: MAC options must be set in all the bsd/conf, osfmk/conf, and |
18 | # security/conf MASTER files. | |
2d21ac55 A |
19 | # |
20 | options CONFIG_MACF # Mandatory Access Control Framework | |
21 | options CONFIG_MACF_SOCKET_SUBSET # MACF subset of socket support | |
b0d623f7 | 22 | options CONFIG_FSE |
2d21ac55 A |
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 | |
b0d623f7 | 28 | options CONFIG_AUDIT # Kernel auditing |
2d21ac55 A |
29 | |
30 | machine "ppc" # <ppc> | |
31 | cpu "ppc" # <ppc> |