diff options
| author | Roman Zippel <zippel@linux-m68k.org> | 2002-10-29 04:32:41 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-10-29 04:32:41 -0800 |
| commit | 82fe246fb7291daaf2f71fdb8b61a07ce5e3678b (patch) | |
| tree | ef3cc6709c4a752dc10795018f5b9fd440db4271 /security | |
| parent | b5ae1625139f28927a47024303a7893333fdbc8b (diff) | |
[PATCH] new kernel configuration 7/7
This adds the remaining config files.
Diffstat (limited to 'security')
| -rw-r--r-- | security/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/Kconfig b/security/Kconfig new file mode 100644 index 000000000000..d00116860002 --- /dev/null +++ b/security/Kconfig @@ -0,0 +1,15 @@ +# +# Security configuration +# + +menu "Security options" + +config SECURITY_CAPABILITIES + bool + default y + help + This enables the "default" Linux capabilities functionality. + If you are unsure how to answer this question, answer Y. + +endmenu + |
