* [PATCH 4/4] security: filesystem capabilities no longer experimental
@ 2008-06-26 8:50 Andrew G. Morgan
2008-06-27 21:06 ` Serge E. Hallyn
0 siblings, 1 reply; 2+ messages in thread
From: Andrew G. Morgan @ 2008-06-26 8:50 UTC (permalink / raw)
To: Andrew Morton
Cc: David Howells, Serge E. Hallyn, Linux Security Modules List, lkml
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
It is time to drop the experimental tag.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFIY1hK+bHCR3gb8jsRAnl4AKDBkfuW/XfiCIPcoVX3FIT6Ctl0cACbBfH4
pGbRuQD7OLrALAk4WLr/rB8=
=GZsK
-----END PGP SIGNATURE-----
[-- Attachment #2: 0004-Filesystem-capabilities-have-come-of-age.patch --]
[-- Type: text/plain, Size: 987 bytes --]
From 4eefa8e670c4fa4c1c4454302f585eef9f46b74b Mon Sep 17 00:00:00 2001
From: Andrew G. Morgan <morgan@kernel.org>
Date: Wed, 25 Jun 2008 23:33:11 -0700
Subject: [PATCH] Filesystem capabilities have come of age.
Remove the experimental tag for configuring filesystem capabilities.
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
---
security/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/security/Kconfig b/security/Kconfig
index 49b51f9..9d5b806 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -82,8 +82,8 @@ config SECURITY_CAPABILITIES
If you are unsure how to answer this question, answer Y.
config SECURITY_FILE_CAPABILITIES
- bool "File POSIX Capabilities (EXPERIMENTAL)"
- depends on (SECURITY=n || SECURITY_CAPABILITIES!=n) && EXPERIMENTAL
+ bool "File POSIX Capabilities"
+ depends on SECURITY=n || SECURITY_CAPABILITIES!=n
default n
help
This enables filesystem capabilities, allowing you to give
--
1.5.3.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 4/4] security: filesystem capabilities no longer experimental
2008-06-26 8:50 [PATCH 4/4] security: filesystem capabilities no longer experimental Andrew G. Morgan
@ 2008-06-27 21:06 ` Serge E. Hallyn
0 siblings, 0 replies; 2+ messages in thread
From: Serge E. Hallyn @ 2008-06-27 21:06 UTC (permalink / raw)
To: Andrew G. Morgan
Cc: Andrew Morton, David Howells, Serge E. Hallyn,
Linux Security Modules List, lkml
Quoting Andrew G. Morgan (morgan@kernel.org):
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> It is time to drop the experimental tag.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
>
> iD8DBQFIY1hK+bHCR3gb8jsRAnl4AKDBkfuW/XfiCIPcoVX3FIT6Ctl0cACbBfH4
> pGbRuQD7OLrALAk4WLr/rB8=
> =GZsK
> -----END PGP SIGNATURE-----
> From 4eefa8e670c4fa4c1c4454302f585eef9f46b74b Mon Sep 17 00:00:00 2001
> From: Andrew G. Morgan <morgan@kernel.org>
> Date: Wed, 25 Jun 2008 23:33:11 -0700
> Subject: [PATCH] Filesystem capabilities have come of age.
>
> Remove the experimental tag for configuring filesystem capabilities.
>
> Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
> ---
> security/Kconfig | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/security/Kconfig b/security/Kconfig
> index 49b51f9..9d5b806 100644
> --- a/security/Kconfig
> +++ b/security/Kconfig
> @@ -82,8 +82,8 @@ config SECURITY_CAPABILITIES
> If you are unsure how to answer this question, answer Y.
>
> config SECURITY_FILE_CAPABILITIES
> - bool "File POSIX Capabilities (EXPERIMENTAL)"
> - depends on (SECURITY=n || SECURITY_CAPABILITIES!=n) && EXPERIMENTAL
> + bool "File POSIX Capabilities"
> + depends on SECURITY=n || SECURITY_CAPABILITIES!=n
> default n
> help
> This enables filesystem capabilities, allowing you to give
> --
> 1.5.3.7
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-27 21:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-26 8:50 [PATCH 4/4] security: filesystem capabilities no longer experimental Andrew G. Morgan
2008-06-27 21:06 ` Serge E. Hallyn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox