]> git.karo-electronics.de Git - linux-beck.git/commit
KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an option
authorDavid Howells <dhowells@redhat.com>
Wed, 3 Feb 2016 15:04:40 +0000 (15:04 +0000)
committerDavid Howells <dhowells@redhat.com>
Wed, 10 Feb 2016 10:13:27 +0000 (10:13 +0000)
commit50d35015ff0c00a464e35b109231145d2beec1bd
tree65b3adb01534e964eca9d8cdd49420c0e7f87c17
parent5d2787cf0b210d2925e8d44e2e79241385249d6b
KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an option

CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an option as /proc/keys is now
mandatory if the keyrings facility is enabled (it's used by libkeyutils in
userspace).

The defconfig references were removed with:

perl -p -i -e 's/CONFIG_KEYS_DEBUG_PROC_KEYS=y\n//' \
    `git grep -l CONFIG_KEYS_DEBUG_PROC_KEYS=y`

and the integrity Kconfig fixed by hand.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Andreas Ziegler <andreas.ziegler@fau.de>
cc: Dmitry Kasatkin <dmitry.kasatkin@huawei.com>
26 files changed:
arch/arm/configs/colibri_pxa270_defconfig
arch/arm/configs/iop13xx_defconfig
arch/arm/configs/iop32x_defconfig
arch/arm/configs/trizeps4_defconfig
arch/microblaze/configs/mmu_defconfig
arch/microblaze/configs/nommu_defconfig
arch/mips/configs/bigsur_defconfig
arch/mips/configs/ip22_defconfig
arch/mips/configs/ip27_defconfig
arch/mips/configs/ip32_defconfig
arch/mips/configs/jazz_defconfig
arch/mips/configs/lemote2f_defconfig
arch/mips/configs/rm200_defconfig
arch/mips/configs/sb1250_swarm_defconfig
arch/parisc/configs/712_defconfig
arch/parisc/configs/a500_defconfig
arch/parisc/configs/default_defconfig
arch/parisc/configs/generic-32bit_defconfig
arch/powerpc/configs/c2k_defconfig
arch/powerpc/configs/ppc6xx_defconfig
arch/score/configs/spct6600_defconfig
arch/tile/configs/tilegx_defconfig
arch/tile/configs/tilepro_defconfig
arch/x86/configs/i386_defconfig
arch/x86/configs/x86_64_defconfig
security/integrity/Kconfig