repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'akpm'
[linux-2.6/next.git]
/
security
/
integrity
/
evm
/
Kconfig
blob
884617d4aad0567d729348728d73cf5bca032b16
1
config EVM
2
boolean "EVM support"
3
depends on SECURITY && KEYS && TCG_TPM
4
select CRYPTO_HMAC
5
select CRYPTO_MD5
6
select CRYPTO_SHA1
7
select ENCRYPTED_KEYS
8
select TRUSTED_KEYS
9
default n
10
help
11
EVM protects a file's security extended attributes against
12
integrity attacks.
13
14
If you are unsure how to answer this question, answer N.