Searched defs:ima_rule_entry (Results 1 – 1 of 1) sorted by relevance
68 struct ima_rule_entry { struct69 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;[all …]