|
@@ -115,7 +115,8 @@ int __init ima_init(void)
|
|
ima_used_chip = 1;
|
|
ima_used_chip = 1;
|
|
|
|
|
|
if (!ima_used_chip)
|
|
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);
|
|
rc = integrity_init_keyring(INTEGRITY_KEYRING_IMA);
|
|
if (rc)
|
|
if (rc)
|