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