Searched refs:tomoyo_transition_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/security/tomoyo/
H A Ddomain.c291 * @type: One of values in "enum tomoyo_transition_type".
300 const enum tomoyo_transition_type type)
329 * tomoyo_transition_type - Get domain transition type.
343 static enum tomoyo_transition_type tomoyo_transition_type function
349 enum tomoyo_transition_type type = TOMOYO_TRANSITION_CONTROL_NO_RESET;
802 switch (tomoyo_transition_type(old_domain->ns, old_domain->domainname,
H A Dcommon.c1723 static const char *tomoyo_transition_type[TOMOYO_MAX_TRANSITION_TYPE] = { variable
1761 if (tomoyo_str_starts(&param.data, tomoyo_transition_type[i]))
1868 tomoyo_set_string(head, tomoyo_transition_type
H A Dcommon.h216 enum tomoyo_transition_type { enum
851 u8 type; /* One of values in "enum tomoyo_transition_type". */

Completed in 128 milliseconds