Lines Matching refs:security
7 source security/keys/Kconfig
31 bool "Enable different security models"
35 This allows you to choose different security modules to be
38 If this option is not selected, the default Linux security
61 This enables the socket and networking security hooks.
62 If enabled, a security module can use these hooks to
81 This enables the Infiniband security hooks.
82 If enabled, a security module can use these hooks to
90 This enables the XFRM (IPSec) networking security hooks.
91 If enabled, a security module can use these hooks to
103 This enables the security hooks for pathname based access control.
104 If enabled, a security module can use these hooks to
121 helps to ensure that kernel security mechanisms are functioning
130 See <http://www.intel.com/technology/security/> for more information
203 To provide an additional layer of security, route all of these
229 source security/selinux/Kconfig
230 source security/smack/Kconfig
231 source security/tomoyo/Kconfig
232 source security/apparmor/Kconfig
233 source security/loadpin/Kconfig
234 source security/yama/Kconfig
236 source security/integrity/Kconfig
239 prompt "Default security module"
247 Select the security module that will be used by default if the
248 kernel parameter security= is not specified.
275 source "security/Kconfig.hardening"