linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Root Plug depends on USB
@ 2003-06-09 15:35 Geert Uytterhoeven
  2003-06-09 16:10 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2003-06-09 15:35 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Linux Kernel Development


Is this OK?

---

Root Plug sample LSM module depends on USB

--- linux-2.5.x/security/Kconfig	Mon Feb 10 21:59:35 2003
+++ linux-m68k-2.5.x/security/Kconfig	Sun Jun  8 11:52:52 2003
@@ -33,7 +33,7 @@
 
 config SECURITY_ROOTPLUG
 	tristate "Root Plug Support"
-	depends on SECURITY!=n
+	depends on SECURITY!=n && USB
 	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

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


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

end of thread, other threads:[~2003-06-09 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-09 15:35 [PATCH] Root Plug depends on USB Geert Uytterhoeven
2003-06-09 16:10 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).