config SECURITY_ELFVERIFY
       bool "elfverify support"
       depends on SECURITY
       depends on NET
       select SECURITYFS
       select SECURITY_PATH
       select SECURITY_NETWORK
       default y
       help
        This selects an elf verify for process invaking and volume mount/umount.
config SECURITY_ELFVERIFY_DISABLE_ACL_ELF
       bool "disable elfverify"
       depends on SECURITY_ELFVERIFY
       default n
       help
        This will disable elf verify
config SECURITY_ELFVERIFY_DISABLE_ACL_NETWORK
       bool "disable network acl"
       depends on SECURITY_ELFVERIFY
       default n
       help
        This will disable network acl
