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