config CTSEC_FS
	bool "CTSec fs support"
	help
	  CTSecfs is a secure Linux file system for hard disks.

config CTSEC_FS_DATA_PROTECT
	bool "Support to data protect mode for ctsecfs"
	depends on CTSEC_FS
	default n
	help
	  This enables the blp && biba mode for ctsecfs.

config CTSEC_FS_XATTR
	bool "Support xattr for ctsecfs"
	depends on CTSEC_FS
	select FS_MBCACHE
	default n
	help
	  This enables xattr support

config CTSEC_FS_POSIX_ACL
	bool "Ctsecfs POSIX Access Control Lists"
	depends on CTSEC_FS_XATTR
	select FS_POSIX_ACL
	help
	  This enables ACL support


config CTSEC_FS_SECURITY
	bool "Ctsecfs Security Labels"
	depends on CTSEC_FS_XATTR
	help
	  This enables security label support
