Skip to content

Commit

Permalink
integrity: Select CONFIG_KEYS instead of depending on it
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Mimi Zohar <[email protected]>
  • Loading branch information
bauermann authored and mimizohar committed Aug 5, 2019
1 parent e201af1 commit cf38fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/integrity/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ if INTEGRITY

config INTEGRITY_SIGNATURE
bool "Digital signature verification using multiple keyrings"
depends on KEYS
default n
select KEYS
select SIGNATURE
help
This option enables digital signature verification support
Expand Down

0 comments on commit cf38fed

Please sign in to comment.