All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -mm] file caps: allow file caps when capabilities are modules
@ 2007-02-19 17:01 Serge E. Hallyn
  0 siblings, 0 replies; only message in thread
From: Serge E. Hallyn @ 2007-02-19 17:01 UTC (permalink / raw)
  To: lkml

From: Serge E. Hallyn <serue@us.ibm.com>
Subject: [PATCH -mm] file caps: allow file caps when capabilities are modules

The security/Kconfig was set up so that file capabilities were
not an option when capabilities were selected as a module.  Fix.

Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>

---

 security/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

ea8bfdc0811caad45edf08d95923809c9ed84538
diff --git a/security/Kconfig b/security/Kconfig
index 6d77f68..bc5b1be 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -90,7 +90,7 @@ config SECURITY_CAPABILITIES
 
 config SECURITY_FS_CAPABILITIES
 	bool "File POSIX Capabilities"
-	depends on SECURITY=n || SECURITY_CAPABILITIES=y
+	depends on SECURITY=n || SECURITY_CAPABILITIES!=n
 	default n
 	help
 	  This enables filesystem capabilities, allowing you to give
-- 
1.1.6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-19 17:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-19 17:01 [PATCH -mm] file caps: allow file caps when capabilities are modules Serge E. Hallyn

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.