All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] small simplification for two SECURITY dependencies
@ 2004-08-12 21:19 Adrian Bunk
  2004-08-13 17:11 ` Chris Wright
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2004-08-12 21:19 UTC (permalink / raw)
  To: chrisw; +Cc: linux-security-module, linux-kernel


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>

--- linux-2.6.8-rc4-mm1-full-3.4/security/Kconfig.old	2004-08-12 23:16:17.000000000 +0200
+++ linux-2.6.8-rc4-mm1-full-3.4/security/Kconfig	2004-08-12 23:16:34.000000000 +0200
@@ -43,14 +43,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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [2.6 patch] small simplification for two SECURITY dependencies
  2004-08-12 21:19 [2.6 patch] small simplification for two SECURITY dependencies Adrian Bunk
@ 2004-08-13 17:11 ` Chris Wright
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Wright @ 2004-08-13 17:11 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: chrisw, linux-security-module, linux-kernel

* Adrian Bunk (bunk@fs.tum.de) wrote:
> 
> I'd suggest the patch below to let the SECURITY_CAPABILITIES and 
> SECURITY_ROOTPLUG dependencies look a bit more simple.

I agree, can push this up today with a couple other outstanding changes I
have.  Thank you.
-chris
-- 
Linux Security Modules     http://lsm.immunix.org     http://lsm.bkbits.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-13 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-12 21:19 [2.6 patch] small simplification for two SECURITY dependencies Adrian Bunk
2004-08-13 17:11 ` Chris Wright

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.