Searched defs:ima_rule_entry (Results 1 – 1 of 1) sorted by relevance
100 struct ima_rule_entry { struct101 struct list_head list;102 int action;103 unsigned int flags;104 enum ima_hooks func;105 int mask;106 unsigned long fsmagic;107 uuid_t fsuuid;108 kuid_t uid;109 kgid_t gid;[all …]