Kconfig | 9 +++++++++
1 files changed, 9 insertions(+)
diff -urN -X dontdiff linux-2.5.59.w0/security/Kconfig
linux-2.5.59.w1/security/Kconfig
--- linux-2.5.59.w0/security/Kconfig Tue Dec 24 23:31:09 2002
+++ linux-2.5.59.w1/security/Kconfig Thu Jan 30 21:18:42 2003
@@ -15,6 +15,15 @@
If you are unsure how to answer this question, answer N.
+config SECURITY_NETWORK
+ bool "Socket and Networking Security Hooks"
+ depends on SECURITY
+ help
+ This enables the socket and networking security hooks.
+ If enabled, a security module can use these hooks to
+ implement socket and networking access controls.
+ If you are unsure how to answer this question, answer N.
+
config SECURITY_CAPABILITIES
tristate "Default Linux Capabilities"
depends on SECURITY!=n
|