Searched defs:violations (Results 1 - 2 of 2) sorted by relevance

/security/integrity/ima/
H A Dima_fs.c44 return ima_show_htable_value(buf, count, ppos, &ima_htable.violations);
288 static struct dentry *violations; variable in typeref:struct:dentry
360 violations =
361 securityfs_create_file("violations", S_IRUSR | S_IRGRP,
363 if (IS_ERR(violations))
375 securityfs_remove(violations);
H A Dima.h120 atomic_long_t violations; member in struct:ima_h_table

Completed in 57 milliseconds