Lines Matching defs:ima_rule_entry
68 struct ima_rule_entry { struct
69 struct list_head list;
70 int action;
71 unsigned int flags;
72 enum ima_hooks func;
73 int mask;
74 unsigned long fsmagic;
75 uuid_t fsuuid;
76 kuid_t uid;
77 kuid_t fowner;
78 bool (*uid_op)(kuid_t, kuid_t); /* Handlers for operators */
102 static struct ima_rule_entry dont_measure_rules[] __ro_after_init = { argument