config CTK_DATA_PROTECT
	bool "CTyunos data protect"
	depends on SECURITY_CTFORGE
	default n
	help
	  This selects an extended data access model that supports the
	  integrity module BIBA and confidentiality module BLP.

	  If you are unsure how to answer this question, answer N.

config CTK_DATA_BLP
	bool "Support for data confidentiality modle BLP"
	depends on CTK_DATA_PROTECT
	default n
	help
	  Support for data blp mode

config CTK_DATA_BIBA
	bool "Support for data integrity modle BIBA"
	depends on CTK_DATA_PROTECT
	default n
	help
	  Support for data biba mode
config CTK_DATA_POLICY_LOAD
	bool "Support for data integrity policy dynamic load"
	depends on CTK_DATA_PROTECT
	default n
	help
	  This Selects an dynamic loading data protect policys.

	  When set y, user can update user and fileintegrity and
	  confidentiality level of user and file, based on the proc interface
