Searched defs:tomoyo_domain_info (Results 1 – 1 of 1) sorted by relevance
680 struct tomoyo_domain_info { struct681 struct list_head list;682 struct list_head acl_info_list;684 const struct tomoyo_path_info *domainname;686 struct tomoyo_policy_namespace *ns;688 unsigned long group[TOMOYO_MAX_ACL_GROUPS / BITS_PER_LONG];689 u8 profile; /* Profile number to use. */690 bool is_deleted; /* Delete flag. */691 bool flags[TOMOYO_MAX_DOMAIN_INFO_FLAGS];692 atomic_t users; /* Number of referring tasks. */