From e6ebd8d693ae8a9d454065bf479fa3f271eb76de Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 16 Oct 2002 23:47:59 -0700 Subject: LSM: Create CONFIG_SECURITY and disable it by default for now. This allows the security hooks to be compiled away into nothingness if CONFIG_SECURITY is disabled. When disabled, the default capabilities functionality is preserved. When enabled, security modules are allowed to be loaded. --- security/Config.help | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'security/Config.help') diff --git a/security/Config.help b/security/Config.help index e2934a0871e0..541545417b50 100644 --- a/security/Config.help +++ b/security/Config.help @@ -1,3 +1,10 @@ +CONFIG_SECURITY + This enables the ability to have different security modules + in the kernel. If this option is not selected, the default + capabilities functionality will be enabled. + + If you are unsure how to answer this questions, answer N. + CONFIG_SECURITY_CAPABILITIES This enables the "default" Linux capabilities functionality. If you are unsure how to answer this question, answer Y. -- cgit v1.2.3