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
71 various security modules (AppArmor, IMA, SafeSetID, TOMOYO, TPM).
76 bool "Socket and Networking Security Hooks"
77 depends on SECURITY
79 This enables the socket and networking security hooks.
80 If enabled, a security module can use these hooks to
85 bool "Infiniband Security Hooks"
86 depends on SECURITY && INFINIBAND
88 This enables the Infiniband security hooks.
89 If enabled, a security module can use these hooks to
94 bool "XFRM (IPSec) Networking Security Hooks"
97 This enables the XFRM (IPSec) networking security hooks.
98 If enabled, a security module can use these hooks to
107 bool "Security hooks for pathname based access control"
108 depends on SECURITY
110 This enables the security hooks for pathname based access control.
111 If enabled, a security module can use these hooks to
128 helps to ensure that kernel security mechanisms are functioning
137 See <https://www.intel.com/technology/security/> for more information
147 depends on SECURITY && SECURITY_SELINUX
192 To provide an additional layer of security, route all of these
218 source "security/selinux/Kconfig"
219 source "security/smack/Kconfig"
220 source "security/tomoyo/Kconfig"
221 source "security/apparmor/Kconfig"
222 source "security/loadpin/Kconfig"
223 source "security/yama/Kconfig"
224 source "security/safesetid/Kconfig"
225 source "security/lockdown/Kconfig"
226 source "security/landlock/Kconfig"
227 source "security/ipe/Kconfig"
229 source "security/integrity/Kconfig"
245 Selects the legacy "major security module" that will be
281 source "security/Kconfig.hardening"