Searched defs:ima_rule_entry (Results 1 – 2 of 2) 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 …]
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 …]