7 select CRYPTO_HASH_INFO
10 EVM protects a file's security extended attributes against
13 If you are unsure how to answer this question, answer N.
15 config EVM_ATTR_FSUUID
16 bool "FSUUID (version 2)"
20 Include filesystem UUID for HMAC calculation.
22 Default value is 'selected', which is former version 2.
23 if 'not selected', it is former version 1
25 WARNING: changing the HMAC calculation method or adding
26 additional info to the calculation, requires existing EVM
27 labeled file systems to be relabeled.
29 config EVM_EXTRA_SMACK_XATTRS
30 bool "Additional SMACK xattrs"
31 depends on EVM && SECURITY_SMACK
34 Include additional SMACK xattrs for HMAC calculation.
36 In addition to the original security xattrs (eg. security.selinux,
37 security.SMACK64, security.capability, and security.ima) included
38 in the HMAC calculation, enabling this option includes newly defined
39 Smack xattrs: security.SMACK64EXEC, security.SMACK64TRANSMUTE and
42 WARNING: changing the HMAC calculation method or adding
43 additional info to the calculation, requires existing EVM
44 labeled file systems to be relabeled.
47 bool "Add additional EVM extended attributes at runtime"
51 Allow userland to provide additional xattrs for HMAC calculation.
53 When this option is enabled, root can add additional xattrs to the
54 list used by EVM by writing them into
55 /sys/kernel/security/integrity/evm/evm_xattrs.
58 bool "Load an X509 certificate onto the '.evm' trusted keyring"
59 depends on EVM && INTEGRITY_TRUSTED_KEYRING
62 Load an X509 certificate onto the '.evm' trusted keyring.
64 This option enables X509 certificate loading from the kernel
65 onto the '.evm' trusted keyring. A public key can be used to
66 verify EVM integrity starting from the 'init' process.
69 string "EVM X509 certificate path"
70 depends on EVM_LOAD_X509
71 default "/etc/keys/x509_evm.der"
73 This option defines X509 certificate path.