integrity: ima audit hash_exists fix
authorMimi Zohar <zohar@linux.vnet.ibm.com>
Fri, 26 Jun 2009 15:25:00 +0000 (11:25 -0400)
committerJames Morris <jmorris@namei.org>
Sun, 28 Jun 2009 22:57:49 +0000 (08:57 +1000)
Audit the file name, not the template name.

Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/integrity/ima/ima_queue.c

index 7ec9431..a0880e9 100644 (file)
@@ -134,7 +134,8 @@ int ima_add_template_entry(struct ima_template_entry *entry, int violation,
        }
 out:
        mutex_unlock(&ima_extend_list_mutex);
-       integrity_audit_msg(AUDIT_INTEGRITY_PCR, inode, entry->template_name,
+       integrity_audit_msg(AUDIT_INTEGRITY_PCR, inode,
+                           entry->template.file_name,
                            op, audit_cause, result, audit_info);
        return result;
 }