Searched refs:violation (Results 1 – 6 of 6) sorted by relevance
| /security/integrity/ima/ |
| A D | ima_api.c | 103 int violation, struct inode *inode, in ima_store_template() argument 111 if (!violation) { in ima_store_template() 122 result = ima_add_template_entry(entry, violation, op, inode, filename); in ima_store_template() 142 .violation = cause }; in ima_add_violation() 143 int violation = 1; in ima_add_violation() local 154 result = ima_store_template(entry, violation, inode, in ima_add_violation() 365 int violation = 0; in ima_store_measurement() local 383 result = ima_store_template(entry, violation, inode, filename, pcr); in ima_store_measurement()
|
| A D | ima_init.c | 54 int violation = 0; in ima_add_boot_aggregate() local 88 result = ima_store_template(entry, violation, NULL, in ima_add_boot_aggregate()
|
| A D | ima_queue.c | 166 int ima_add_template_entry(struct ima_template_entry *entry, int violation, in ima_add_template_entry() argument 190 if (!violation && !IS_ENABLED(CONFIG_IMA_DISABLE_HTABLE)) { in ima_add_template_entry() 206 if (violation) /* invalidate pcr */ in ima_add_template_entry()
|
| A D | ima_template_lib.c | 357 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_init() 414 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_ng_init() 438 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_ngv2_init() 467 if (event_data->violation) { in ima_eventdigest_modsig_init()
|
| A D | ima.h | 77 const char *violation; member 262 int ima_add_template_entry(struct ima_template_entry *entry, int violation, 406 int ima_store_template(struct ima_template_entry *entry, int violation,
|
| A D | ima_main.c | 1029 int violation = 0; in process_buffer_measurement() local 1101 ret = ima_store_template(entry, violation, NULL, event_data.buf, pcr); in process_buffer_measurement()
|
Completed in 13 milliseconds