Searched defs:ima_rule_entry (Results 1 – 1 of 1) sorted by relevance
57 struct ima_rule_entry { struct58 struct list_head list;59 int action;60 unsigned int flags;61 enum ima_hooks func;62 int mask;63 unsigned long fsmagic;64 uuid_t fsuuid;88 static struct ima_rule_entry dont_measure_rules[] __ro_after_init = { argument