From: Mimi Zohar Date: Mon, 31 Oct 2016 17:22:15 +0000 (-0400) Subject: ima: include the reason for TPM-bypass mode X-Git-Tag: v5.15~12273^2~34^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=064be15c525d02e46251fd529d84e5835b0b1339;p=platform%2Fkernel%2Flinux-starfive.git ima: include the reason for TPM-bypass mode This patch includes the reason for going into TPM-bypass mode and not using the TPM. Signed-off-by: Mimi Zohar (zohar@linux.vnet.ibm> --- diff --git a/security/integrity/ima/ima_init.c b/security/integrity/ima/ima_init.c index 32912bd..2ac1f41 100644 --- a/security/integrity/ima/ima_init.c +++ b/security/integrity/ima/ima_init.c @@ -115,7 +115,8 @@ int __init ima_init(void) ima_used_chip = 1; if (!ima_used_chip) - pr_info("No TPM chip found, activating TPM-bypass!\n"); + pr_info("No TPM chip found, activating TPM-bypass! (rc=%d)\n", + rc); rc = integrity_init_keyring(INTEGRITY_KEYRING_IMA); if (rc)