From 4eefa8e670c4fa4c1c4454302f585eef9f46b74b Mon Sep 17 00:00:00 2001 From: Andrew G. Morgan 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 --- 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