Skip to content

Commit

Permalink
EVM: ensure trusted and encypted key symbols are available to EVM
Browse files Browse the repository at this point in the history
Select trusted and encrypted keys if EVM is selected, to ensure
the requisite symbols are available.  Otherwise, these can be
selected as modules while EVM is static, leading to a kernel
build failure.

Signed-off-by: James Morris <jmorris@namei.org>
  • Loading branch information
James Morris committed Aug 9, 2011
1 parent 5a2f3a0 commit 0b024d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion security/integrity/evm/Kconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
config EVM
boolean "EVM support"
depends on SECURITY && KEYS && ENCRYPTED_KEYS
depends on SECURITY && KEYS
select CRYPTO_HMAC
select CRYPTO_MD5
select CRYPTO_SHA1
select ENCRYPTED_KEYS
select TRUSTED_KEYS
default n
help
EVM protects a file's security extended attributes against
Expand Down

0 comments on commit 0b024d2

Please sign in to comment.