Lines Matching full:security

3 # Security configuration
6 menu "Security options"
8 source "security/keys/Kconfig"
22 config SECURITY config
23 bool "Enable different security models"
27 This allows you to choose different security modules to be
30 If this option is not selected, the default Linux security
39 various security modules (AppArmor, IMA, SafeSetID, TOMOYO, TPM).
44 bool "Socket and Networking Security Hooks"
45 depends on SECURITY
47 This enables the socket and networking security hooks.
48 If enabled, a security module can use these hooks to
53 bool "Infiniband Security Hooks"
54 depends on SECURITY && INFINIBAND
56 This enables the Infiniband security hooks.
57 If enabled, a security module can use these hooks to
62 bool "XFRM (IPSec) Networking Security Hooks"
65 This enables the XFRM (IPSec) networking security hooks.
66 If enabled, a security module can use these hooks to
75 bool "Security hooks for pathname based access control"
76 depends on SECURITY
78 This enables the security hooks for pathname based access control.
79 If enabled, a security module can use these hooks to
96 helps to ensure that kernel security mechanisms are functioning
105 See <https://www.intel.com/technology/security/> for more information
115 depends on SECURITY && SECURITY_SELINUX
162 To provide an additional layer of security, route all of these
188 source "security/selinux/Kconfig"
189 source "security/smack/Kconfig"
190 source "security/tomoyo/Kconfig"
191 source "security/apparmor/Kconfig"
192 source "security/loadpin/Kconfig"
193 source "security/yama/Kconfig"
194 source "security/safesetid/Kconfig"
195 source "security/lockdown/Kconfig"
196 source "security/landlock/Kconfig"
198 source "security/integrity/Kconfig"
214 Selects the legacy "major security module" that will be
250 source "security/Kconfig.hardening"