config SECURITY_CTMAC
	bool "CTyunos security enhance MAC"
	depends on SECURITY
	default n
	help
	  This selects a CTyunos mac implements CTMAC

config SECURITY_CTMAC_DEVELOP
	bool "CTMAC Development support"
	depends on SECURITY_CTMAC
	default n
	help
	  This enables the development support option of CTMAC.
	  With this option enabled, the kernel will start in
          permissive mode unless you specify ctmac_enforcing=1 on the
	  kernel command line

config SECURITY_CTMAC_COMPACT
	bool "CTMAC compact mode"
	depends on SECURITY_CTMAC
	default n
	help
	  This enables the compact of CTMAC. With this option enabled,
	  the other mac such as selinux can be enabled simultaneously
	  with ctmac.
