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()
767 * Check for domain transition preference if "file execute" matched. in tomoyo_find_next_domain()
768 * If preference is given, make execve() fail if domain transition in tomoyo_find_next_domain()
769 * has failed, for domain transition preference should be used with in tomoyo_find_next_domain()
772 if (ee->transition) { in tomoyo_find_next_domain()
773 const char *domainname = ee->transition->name; in tomoyo_find_next_domain()
800 * No domain transition preference specified. in tomoyo_find_next_domain()
811 * Make execve() fail if domain transition across namespaces in tomoyo_find_next_domain()
840 /* Normal domain transition. */ in tomoyo_find_next_domain()