]> git.neil.brown.name Git - history.git/commitdiff
LSM: for now, always set CONFIG_SECURITY_CAPABILITIES to y
authorGreg Kroah-Hartman <greg@kroah.com>
Fri, 19 Jul 2002 15:55:26 +0000 (08:55 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 19 Jul 2002 15:55:26 +0000 (08:55 -0700)
This can be overridden by editing the .config file if you really want it.

security/Config.in

index 77379cefdae180fe5b40f6a490f96991640e6843..272d1656731d5d66bf4958b3fb0968f76ffde96d 100644 (file)
@@ -3,5 +3,6 @@
 #
 mainmenu_option next_comment
 comment 'Security options'
+define_bool CONFIG_SECURITY_CAPABILITIES y
 tristate 'Capabilities Support' CONFIG_SECURITY_CAPABILITIES
 endmenu