Searched defs:ima_rule_entry (Results 1 – 1 of 1) sorted by relevance
49 struct ima_rule_entry { struct50 struct list_head list;51 int action;52 unsigned int flags;53 enum ima_hooks func;77 static struct ima_rule_entry dont_measure_rules[] = { argument