config SECURITY_BOX_PROTECT
        bool "Enable Box protect"
        depends on SECURITY && SECURITYFS && AUDITSYSCALL
	select ECRYPT_FS
	select ECRYPT_FS_MESSAGING
	select ENCRYPTED_KEYS
        default n
        help
          This option sets whether to enable box protect for the KySec status.
          If this option is selected , You can create directories which is
          invisible to other users unless they are allowed.

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

config SECURITY_BOX_ENABLED_ALWAYS
        bool "Enable Box always"
        depends on SECURITY_BOX_PROTECT
        default y
        help
          This option sets whether to enbale box always.
