Home
last modified time | relevance | path

Searched refs:file_name (Results 1 – 5 of 5) sorted by relevance

/security/integrity/ima/
Dima_api.c86 strncpy(entry->template.file_name, filename, IMA_EVENT_NAME_LEN_MAX); in ima_add_violation()
178 strncpy(entry->template.file_name, filename, IMA_EVENT_NAME_LEN_MAX); in ima_store_measurement()
Dima_fs.c187 seq_printf(m, " %s\n", entry->file_name); in ima_template_show()
192 namelen = strlen(entry->file_name); in ima_template_show()
194 ima_putc(m, entry->file_name, namelen); in ima_template_show()
Dima_init.c55 strncpy(entry->template.file_name, boot_aggregate_name, in ima_add_boot_aggregate()
Dima_queue.c146 entry->template.file_name, in ima_add_template_entry()
Dima.h47 char file_name[IMA_EVENT_NAME_LEN_MAX + 1]; /* name + \0 */ member