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