Searched defs:ima_rule_entry (Results 1 – 1 of 1) sorted by relevance
61 struct ima_rule_entry { struct62 struct list_head list;63 int action;64 unsigned int flags;65 enum ima_hooks func;66 int mask;67 unsigned long fsmagic;68 uuid_t fsuuid;69 kuid_t uid;93 static struct ima_rule_entry dont_measure_rules[] __ro_after_init = { argument