Home
last modified time | relevance | path

Searched refs:violations (Results 1 – 4 of 4) sorted by relevance

/security/integrity/ima/
Dima_fs.c57 return ima_show_htable_value(buf, count, ppos, &ima_htable.violations); in ima_show_htable_violations()
362 static struct dentry *violations; variable
476 violations = in ima_fs_init()
479 if (IS_ERR(violations)) in ima_fs_init()
490 securityfs_remove(violations); in ima_fs_init()
Dima_queue.c41 .violations = ATOMIC_LONG_INIT(0),
Dima.h165 atomic_long_t violations; member
Dima_api.c141 atomic_long_inc(&ima_htable.violations); in ima_add_violation()