[PATCH] small simplification for two SECURITY dependencies

From: Chris Wright
Date: Sat Aug 14 2004 - 18:03:44 EST


I'd suggest the patch below to let the SECURITY_CAPABILITIES and
SECURITY_ROOTPLUG dependencies look a bit more simple.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
Signed-off-by: Chris Wright <chrisw@xxxxxxxx>

===== security/Kconfig 1.7 vs edited =====
--- 1.7/security/Kconfig 2003-07-17 02:38:01 -07:00
+++ edited/security/Kconfig 2004-08-13 11:32:20 -07:00
@@ -26,14 +26,14 @@

config SECURITY_CAPABILITIES
tristate "Default Linux Capabilities"
- depends on SECURITY!=n
+ depends on SECURITY
help
This enables the "default" Linux capabilities functionality.
If you are unsure how to answer this question, answer Y.

config SECURITY_ROOTPLUG
tristate "Root Plug Support"
- depends on USB && SECURITY!=n
+ depends on USB && SECURITY
help
This is a sample LSM module that should only be used as such.
It prevents any programs running with egid == 0 if a specific
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/