Lines Matching full:security

3 # Security configuration
6 menu "Security options"
8 source "security/keys/Kconfig"
73 config SECURITY
74 bool "Enable different security models"
78 This allows you to choose different security modules to be
81 If this option is not selected, the default Linux security
89 depends on SECURITY
95 various security modules (AppArmor, IMA, SafeSetID, TOMOYO, TPM).
100 bool "Socket and Networking Security Hooks"
101 depends on SECURITY
103 This enables the socket and networking security hooks.
104 If enabled, a security module can use these hooks to
109 bool "Infiniband Security Hooks"
110 depends on SECURITY && INFINIBAND
112 This enables the Infiniband security hooks.
113 If enabled, a security module can use these hooks to
118 bool "XFRM (IPSec) Networking Security Hooks"
121 This enables the XFRM (IPSec) networking security hooks.
122 If enabled, a security module can use these hooks to
131 bool "Security hooks for pathname based access control"
132 depends on SECURITY
134 This enables the security hooks for pathname based access control.
135 If enabled, a security module can use these hooks to
152 helps to ensure that kernel security mechanisms are functioning
161 See <https://www.intel.com/technology/security/> for more information
171 depends on SECURITY && SECURITY_SELINUX
195 To provide an additional layer of security, route all of these
221 source "security/selinux/Kconfig"
222 source "security/smack/Kconfig"
223 source "security/tomoyo/Kconfig"
224 source "security/apparmor/Kconfig"
225 source "security/loadpin/Kconfig"
226 source "security/yama/Kconfig"
227 source "security/safesetid/Kconfig"
228 source "security/lockdown/Kconfig"
229 source "security/landlock/Kconfig"
230 source "security/ipe/Kconfig"
232 source "security/integrity/Kconfig"
248 Selects the legacy "major security module" that will be
270 depends on SECURITY
302 source "security/Kconfig.hardening"