Config.in 485 B

12345678910111213141516
  1. config BR2_PACKAGE_IMA_EVM_UTILS
  2. bool "ima-evm-utils"
  3. depends on BR2_USE_MMU # keyutils
  4. depends on !BR2_STATIC_LIBS # keyutils, tpm2-tss
  5. select BR2_PACKAGE_OPENSSL
  6. select BR2_PACKAGE_KEYUTILS
  7. select BR2_PACKAGE_TPM2_TSS
  8. help
  9. Linux Integrity Measurement Architecture (IMA)
  10. Extended Verification Module (EVM) tools.
  11. https://sourceforge.net/p/linux-ima/wiki/Home/
  12. comment "ima-evm-utils needs dynamic library support"
  13. depends on BR2_USE_MMU
  14. depends on BR2_STATIC_LIBS