Home
last modified time | relevance | path

Searched refs:is_last_name (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Ddomain.c229 return p1->type == p2->type && p1->is_last_name == p2->is_last_name in tomoyo_same_transition_control()
269 e.is_last_name = true; in tomoyo_write_transition_control()
309 if (!ptr->is_last_name) { in tomoyo_scan_transition()
H A Dcommon.h853 bool is_last_name; member