X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=security%2FKconfig;h=ddde53ba6234536475a72ebaeb8a4d71482d6c51;hb=9e1bf581d67d87a1d7fc0ea500729e3a03643a26;hp=576feff33a54e96f67d3ecb2f994d41cd9829649;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/security/Kconfig b/security/Kconfig index 576feff33..ddde53ba6 100644 --- a/security/Kconfig +++ b/security/Kconfig @@ -4,35 +4,6 @@ menu "Security options" -config KEYS - bool "Enable access key retention support" - help - This option provides support for retaining authentication tokens and - access keys in the kernel. - - It also includes provision of methods by which such keys might be - associated with a process so that network filesystems, encryption - support and the like can find them. - - Furthermore, a special type of key is available that acts as keyring: - a searchable sequence of keys. Each process is equipped with access - to five standard keyrings: UID-specific, GID-specific, session, - process and thread. - - If you are unsure as to whether this is required, answer N. - -config KEYS_DEBUG_PROC_KEYS - bool "Enable the /proc/keys file by which all keys may be viewed" - depends on KEYS - help - This option turns on support for the /proc/keys file through which - all the keys on the system can be listed. - - This option is a slight security risk in that it makes it possible - for anyone to see all the keys on the system. Normally the manager - pretends keys that are inaccessible to a process don't exist as far - as that process is concerned. - config SECURITY bool "Enable different security models" help @@ -73,17 +44,6 @@ config SECURITY_ROOTPLUG If you are unsure how to answer this question, answer N. -config SECURITY_SECLVL - tristate "BSD Secure Levels" - depends on SECURITY - select CRYPTO_SHA1 - help - Implements BSD Secure Levels as an LSM. See - Documentation/seclvl.txt for instructions on how to use this - module. - - If you are unsure how to answer this question, answer N. - source security/selinux/Kconfig endmenu