diff options
Diffstat (limited to 'security/integrity/ima/ima_api.c')
-rw-r--r-- | security/integrity/ima/ima_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima_api.c b/security/integrity/ima/ima_api.c index 99dd1d53fc35..af134588ab4e 100644 --- a/security/integrity/ima/ima_api.c +++ b/security/integrity/ima/ima_api.c | |||
@@ -336,7 +336,7 @@ void ima_audit_measurement(struct integrity_iint_cache *iint, | |||
336 | audit_log_untrustedstring(ab, filename); | 336 | audit_log_untrustedstring(ab, filename); |
337 | audit_log_format(ab, " hash=\"%s:%s\"", algo_name, hash); | 337 | audit_log_format(ab, " hash=\"%s:%s\"", algo_name, hash); |
338 | 338 | ||
339 | audit_log_task_info(ab, current); | 339 | audit_log_task_info(ab); |
340 | audit_log_end(ab); | 340 | audit_log_end(ab); |
341 | 341 | ||
342 | iint->flags |= IMA_AUDITED; | 342 | iint->flags |= IMA_AUDITED; |