mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
EVM: ensure trusted and encypted key symbols are available to EVM
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>
This commit is contained in:
parent
5a2f3a02ae
commit
0b024d2446
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user