Home
last modified time | relevance | path

Searched refs:role_id (Results 1 - 2 of 2) sorted by relevance

/third_party/selinux/checkpolicy/
H A Dmodule_compiler.c217 char *role_id, role_datum_t *role) in role_implicit_bounds()
222 delim = strrchr(role_id, '.'); in role_implicit_bounds()
226 bounds_id = strdup(role_id); in role_implicit_bounds()
231 bounds_id[(size_t)(delim - role_id)] = '\0'; in role_implicit_bounds()
236 bounds_id, role_id); in role_implicit_bounds()
244 role_id, bounds_id, in role_implicit_bounds()
216 role_implicit_bounds(hashtab_t roles_tab, char *role_id, role_datum_t *role) role_implicit_bounds() argument
H A Dpolicy_define.c2944 char *role_id; in define_role_dom() local
2950 role_id = queue_remove(id_queue); in define_role_dom()
2951 free(role_id); in define_role_dom()
2957 role_id = queue_remove(id_queue); in define_role_dom()
2958 if (!is_id_in_scope(SYM_ROLES, role_id)) { in define_role_dom()
2959 yyerror2("role %s is not within scope", role_id); in define_role_dom()
2960 free(role_id); in define_role_dom()
2964 role_id); in define_role_dom()
2969 free(role_id); in define_role_dom()
2974 declare_symbol(SYM_ROLES, (hashtab_key_t) role_id, in define_role_dom()
[all...]

Completed in 6 milliseconds