lkml.org 
[lkml]   [2004]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] small simplification for two SECURITY dependencies
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@fs.tum.de>
Signed-off-by: Chris Wright <chrisw@osdl.org>

===== 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.023 / U:1.684 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site