Lines Matching refs:transition
112 * Domain transition preference is allowed for only
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
551 * by automatically creating requested domain upon domain transition.
767 * Check for domain transition preference if "file execute" matched.
768 * If preference is given, make execve() fail if domain transition
769 * has failed, for domain transition preference should be used with
772 if (ee->transition) {
773 const char *domainname = ee->transition->name;
799 * No domain transition preference specified.
810 * Make execve() fail if domain transition across namespaces
839 /* Normal domain transition. */