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