Searched defs:ima_rule_entry (Results 1 – 1 of 1) sorted by relevance
74 struct ima_rule_entry { struct75 struct list_head list;76 int action;77 unsigned int flags;78 enum ima_hooks func;79 int mask;80 unsigned long fsmagic;81 uuid_t fsuuid;82 kuid_t uid;83 kgid_t gid;[all …]