Kconfig (2fc2991175bf77395e6b15fe6b2304d3bf72da40) Kconfig (df71837d5024e2524cd51c93621e558aa7dd9f3f)
1#
2# Security configuration
3#
4
5menu "Security options"
6
7config KEYS
8 bool "Enable access key retention support"

--- 40 unchanged lines hidden (view full) ---

49 bool "Socket and Networking Security Hooks"
50 depends on SECURITY
51 help
52 This enables the socket and networking security hooks.
53 If enabled, a security module can use these hooks to
54 implement socket and networking access controls.
55 If you are unsure how to answer this question, answer N.
56
1#
2# Security configuration
3#
4
5menu "Security options"
6
7config KEYS
8 bool "Enable access key retention support"

--- 40 unchanged lines hidden (view full) ---

49 bool "Socket and Networking Security Hooks"
50 depends on SECURITY
51 help
52 This enables the socket and networking security hooks.
53 If enabled, a security module can use these hooks to
54 implement socket and networking access controls.
55 If you are unsure how to answer this question, answer N.
56
57config SECURITY_NETWORK_XFRM
58 bool "XFRM (IPSec) Networking Security Hooks"
59 depends on XFRM && SECURITY_NETWORK
60 help
61 This enables the XFRM (IPSec) networking security hooks.
62 If enabled, a security module can use these hooks to
63 implement per-packet access controls based on labels
64 derived from IPSec policy. Non-IPSec communications are
65 designated as unlabelled, and only sockets authorized
66 to communicate unlabelled data can send without using
67 IPSec.
68 If you are unsure how to answer this question, answer N.
69
57config SECURITY_CAPABILITIES
58 tristate "Default Linux Capabilities"
59 depends on SECURITY
60 help
61 This enables the "default" Linux capabilities functionality.
62 If you are unsure how to answer this question, answer Y.
63
64config SECURITY_ROOTPLUG

--- 28 unchanged lines hidden ---
70config SECURITY_CAPABILITIES
71 tristate "Default Linux Capabilities"
72 depends on SECURITY
73 help
74 This enables the "default" Linux capabilities functionality.
75 If you are unsure how to answer this question, answer Y.
76
77config SECURITY_ROOTPLUG

--- 28 unchanged lines hidden ---