Searched defs:tomoyo_domain_info (Results 1 – 1 of 1) sorted by relevance
677 struct tomoyo_domain_info { struct678 struct list_head list;679 struct list_head acl_info_list;681 const struct tomoyo_path_info *domainname;683 struct tomoyo_policy_namespace *ns;684 u8 profile; /* Profile number to use. */685 u8 group; /* Group number to use. */686 bool is_deleted; /* Delete flag. */687 bool flags[TOMOYO_MAX_DOMAIN_INFO_FLAGS];688 atomic_t users; /* Number of referring credentials. */