• Home
  • Raw
  • Download

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
36 depends on SECURITY
44 various security modules (AppArmor, IMA, SafeSetID, TOMOYO, TPM).
49 bool "Socket and Networking Security Hooks"
50 depends on SECURITY
52 This enables the socket and networking security hooks.
53 If enabled, a security module can use these hooks to
58 bool "Infiniband Security Hooks"
59 depends on SECURITY && INFINIBAND
61 This enables the Infiniband security hooks.
62 If enabled, a security module can use these hooks to
67 bool "XFRM (IPSec) Networking Security Hooks"
70 This enables the XFRM (IPSec) networking security hooks.
71 If enabled, a security module can use these hooks to
80 bool "Security hooks for pathname based access control"
81 depends on SECURITY
83 This enables the security hooks for pathname based access control.
84 If enabled, a security module can use these hooks to
101 helps to ensure that kernel security mechanisms are functioning
110 See <https://www.intel.com/technology/security/> for more information
120 depends on SECURITY && SECURITY_SELINUX
199 To provide an additional layer of security, route all of these
225 source "security/selinux/Kconfig"
226 source "security/smack/Kconfig"
227 source "security/tomoyo/Kconfig"
228 source "security/apparmor/Kconfig"
229 source "security/loadpin/Kconfig"
230 source "security/yama/Kconfig"
231 source "security/safesetid/Kconfig"
232 source "security/lockdown/Kconfig"
233 source "security/xpm/Kconfig"
235 source "security/integrity/Kconfig"
251 Selects the legacy "major security module" that will be
285 source "security/Kconfig.hardening"