Mimi Zohar | 66dbc32 | 2011-03-15 16:12:09 -0400 | [diff] [blame^] | 1 | config EVM |
2 | boolean "EVM support" | ||||
3 | depends on SECURITY && KEYS && ENCRYPTED_KEYS | ||||
4 | select CRYPTO_HMAC | ||||
5 | select CRYPTO_MD5 | ||||
6 | select CRYPTO_SHA1 | ||||
7 | default n | ||||
8 | help | ||||
9 | EVM protects a file's security extended attributes against | ||||
10 | integrity attacks. | ||||
11 | |||||
12 | If you are unsure how to answer this question, answer N. |