2 # Security configuration
5 menu "Security options"
8 bool "Enable different security models"
10 This allows you to choose different security modules to be
11 configured into your kernel.
13 If this option is not selected, the default Linux security
16 If you are unsure how to answer this question, answer N.
18 config SECURITY_NETWORK
19 bool "Socket and Networking Security Hooks"
22 This enables the socket and networking security hooks.
23 If enabled, a security module can use these hooks to
24 implement socket and networking access controls.
25 If you are unsure how to answer this question, answer N.
27 config SECURITY_CAPABILITIES
28 tristate "Default Linux Capabilities"
31 This enables the "default" Linux capabilities functionality.
32 If you are unsure how to answer this question, answer Y.
34 config SECURITY_ROOTPLUG
35 tristate "Root Plug Support"
36 depends on USB && SECURITY
38 This is a sample LSM module that should only be used as such.
39 It prevents any programs running with egid == 0 if a specific
40 USB device is not present in the system.
42 See <http://www.linuxjournal.com/article.php?sid=6279> for
43 more information about this module.
45 If you are unsure how to answer this question, answer N.
47 source security/selinux/Kconfig