Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dget_context_list.c168 const char *fromrole, *fromtype; in get_context_order() local
181 fromrole = context_role_get(con); in get_context_order()
183 if (!fromrole || !fromtype) { in get_context_order()
219 if (!strcmp(fromrole, linerole) && !strcmp(fromtype, linetype)) { in get_context_order()