Kconfig (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) | Kconfig (644f17412f5acf01a19af9d04a921937a2bc86c6) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# IBM Integrity Measurement Architecture 3# 4config IMA 5 bool "Integrity Measurement Architecture(IMA)" 6 select SECURITYFS 7 select CRYPTO 8 select CRYPTO_HMAC 9 select CRYPTO_SHA1 10 select CRYPTO_HASH_INFO | 1# SPDX-License-Identifier: GPL-2.0-only 2# IBM Integrity Measurement Architecture 3# 4config IMA 5 bool "Integrity Measurement Architecture(IMA)" 6 select SECURITYFS 7 select CRYPTO 8 select CRYPTO_HMAC 9 select CRYPTO_SHA1 10 select CRYPTO_HASH_INFO |
11 select TCG_TPM if HAS_IOMEM && !UML | 11 select TCG_TPM if HAS_IOMEM |
12 select TCG_TIS if TCG_TPM && X86 13 select TCG_CRB if TCG_TPM && ACPI 14 select TCG_IBMVTPM if TCG_TPM && PPC_PSERIES 15 select INTEGRITY_AUDIT if AUDIT 16 help 17 The Trusted Computing Group(TCG) runtime Integrity 18 Measurement Architecture(IMA) maintains a list of hash 19 values of executables and other sensitive system files, --- 321 unchanged lines hidden --- | 12 select TCG_TIS if TCG_TPM && X86 13 select TCG_CRB if TCG_TPM && ACPI 14 select TCG_IBMVTPM if TCG_TPM && PPC_PSERIES 15 select INTEGRITY_AUDIT if AUDIT 16 help 17 The Trusted Computing Group(TCG) runtime Integrity 18 Measurement Architecture(IMA) maintains a list of hash 19 values of executables and other sensitive system files, --- 321 unchanged lines hidden --- |