diff options
Diffstat (limited to 'security/integrity/ima/ima_init.c')
-rw-r--r-- | security/integrity/ima/ima_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima_init.c b/security/integrity/ima/ima_init.c index a40da7ae5900..b93eddc589e5 100644 --- a/security/integrity/ima/ima_init.c +++ b/security/integrity/ima/ima_init.c | |||
@@ -82,7 +82,7 @@ int __init ima_init(void) | |||
82 | ima_used_chip = 1; | 82 | ima_used_chip = 1; |
83 | 83 | ||
84 | if (!ima_used_chip) | 84 | if (!ima_used_chip) |
85 | pr_info("No TPM chip found, activating TPM-bypass!\n"); | 85 | pr_info("IMA: No TPM chip found, activating TPM-bypass!\n"); |
86 | 86 | ||
87 | ima_add_boot_aggregate(); /* boot aggregate must be first entry */ | 87 | ima_add_boot_aggregate(); /* boot aggregate must be first entry */ |
88 | ima_init_policy(); | 88 | ima_init_policy(); |