config SECURITY_PARSEC
	bool "Astra Parsec LSM framework Support"
	depends on SECURITY && NET && INET
	select AUDIT
	select SECURITY_NETWORK
	select SECURITY_PATH
	select AUDITSYSCALL
	select STRICT_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX
	default n
	help
	  This selects Linux Astra Security (PARSEC).
	  You will also need a policy configuration and a labeled filesystem.
	  If you are unsure how to answer this question, answer N.

config SECURITY_PARSEC_EXT4_SECDEL
	bool "Secdel and secrm on ext4 filesystem"
	depends on SECURITY_PARSEC && EXT4_FS
	default n
	help
	    This enables secrm and secdel features on ext4

config SECURITY_PARSEC_XFS_SECDEL
	bool "Secdel and secrm on xfs filesystem"
	depends on SECURITY_PARSEC && XFS_FS
	default n
	help
	    This enables secrm and secdel features on xfs
