Lines Matching full:security

3 # Security configuration
6 menu "Security options"
8 source "security/keys/Kconfig"
54 config SECURITY config
55 bool "Enable different security models"
59 This allows you to choose different security modules to be
62 If this option is not selected, the default Linux security
70 depends on SECURITY
76 various security modules (AppArmor, IMA, SafeSetID, TOMOYO, TPM).
81 bool "Socket and Networking Security Hooks"
82 depends on SECURITY
84 This enables the socket and networking security hooks.
85 If enabled, a security module can use these hooks to
90 bool "Infiniband Security Hooks"
91 depends on SECURITY && INFINIBAND
93 This enables the Infiniband security hooks.
94 If enabled, a security module can use these hooks to
99 bool "XFRM (IPSec) Networking Security Hooks"
102 This enables the XFRM (IPSec) networking security hooks.
103 If enabled, a security module can use these hooks to
112 bool "Security hooks for pathname based access control"
113 depends on SECURITY
115 This enables the security hooks for pathname based access control.
116 If enabled, a security module can use these hooks to
133 helps to ensure that kernel security mechanisms are functioning
142 See <https://www.intel.com/technology/security/> for more information
152 depends on SECURITY && SECURITY_SELINUX
197 To provide an additional layer of security, route all of these
223 source "security/selinux/Kconfig"
224 source "security/smack/Kconfig"
225 source "security/tomoyo/Kconfig"
226 source "security/apparmor/Kconfig"
227 source "security/loadpin/Kconfig"
228 source "security/yama/Kconfig"
229 source "security/safesetid/Kconfig"
230 source "security/lockdown/Kconfig"
231 source "security/landlock/Kconfig"
232 source "security/ipe/Kconfig"
234 source "security/integrity/Kconfig"
250 Selects the legacy "major security module" that will be
286 source "security/Kconfig.hardening"