]> git.baikalelectronics.ru Git - kernel.git/commit
integrity: Select CONFIG_KEYS instead of depending on it
authorThiago Jung Bauermann <bauerman@linux.ibm.com>
Fri, 28 Jun 2019 02:19:27 +0000 (23:19 -0300)
committerMimi Zohar <zohar@linux.ibm.com>
Mon, 5 Aug 2019 22:40:20 +0000 (18:40 -0400)
commitb95d9486c4a7f670f4717c6bc0513b507cb99be9
tree07cbbd3485b337390af1d3e8124cd3565c8ce9f4
parent2b43be34dfdf4f812aaf48c4d73805c773eac654
integrity: Select CONFIG_KEYS instead of depending on it

This avoids a dependency cycle in soon-to-be-introduced
CONFIG_IMA_APPRAISE_MODSIG: it will select CONFIG_MODULE_SIG_FORMAT
which in turn selects CONFIG_KEYS. Kconfig then complains that
CONFIG_INTEGRITY_SIGNATURE depends on CONFIG_KEYS.

Signed-off-by: Thiago Jung Bauermann <bauerman@linux.ibm.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
security/integrity/Kconfig