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