Lines Matching full:transition
112 * Domain transition preference is allowed for only in tomoyo_update_domain()
285 * tomoyo_scan_transition - Try to find specific domain transition type.
329 * tomoyo_transition_type - Get domain transition type.
336 * domain transition across namespaces, TOMOYO_TRANSITION_CONTROL_INITIALIZE if
337 * executing @program reinitializes domain transition within that namespace,
534 * that domain. Do not perform domain transition if in tomoyo_assign_domain()
551 * by automatically creating requested domain upon domain transition. in tomoyo_assign_domain()
777 * Check for domain transition preference if "file execute" matched. in tomoyo_find_next_domain()
778 * If preference is given, make execve() fail if domain transition in tomoyo_find_next_domain()
779 * has failed, for domain transition preference should be used with in tomoyo_find_next_domain()
782 if (ee->transition) { in tomoyo_find_next_domain()
783 const char *domainname = ee->transition->name; in tomoyo_find_next_domain()
809 * No domain transition preference specified. in tomoyo_find_next_domain()
820 * Make execve() fail if domain transition across namespaces in tomoyo_find_next_domain()
849 /* Normal domain transition. */ in tomoyo_find_next_domain()