| From: |
| Olaf Dietsche <olaf.dietsche#list.linux-kernel@t-online.de> |
| To: |
| linux-kernel@vger.kernel.org |
| Subject: |
| [PATCH] 2.5.42: accessfs 2/3: change LSM config default |
| Date: |
| Sun, 13 Oct 2002 23:42:17 +0200 |
Per default, security/capability.c registers unconditionally as LSM
module. This prevents other modules to register.
This patch allows to register other modules beside "capability".
Regards, Olaf.
--- a/security/Config.in Sat Oct 5 18:44:05 2002
+++ b/security/Config.in Sun Oct 13 01:24:50 2002
@@ -3,5 +3,5 @@
#
mainmenu_option next_comment
comment 'Security options'
-define_bool CONFIG_SECURITY_CAPABILITIES y
+define_bool CONFIG_SECURITY_CAPABILITIES m
endmenu
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/