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

/external/selinux/checkpolicy/
H A Dmodule_compiler.c216 char *role_id, role_datum_t *role)
221 delim = strrchr(role_id, '.');
225 bounds_id = strdup(role_id);
230 bounds_id[(size_t)(delim - role_id)] = '\0';
235 bounds_id, role_id);
243 role_id, bounds_id,
215 role_implicit_bounds(hashtab_t roles_tab, char *role_id, role_datum_t *role) argument
H A Dpolicy_define.c2950 char *role_id; local
2956 role_id = queue_remove(id_queue);
2957 free(role_id);
2963 role_id = queue_remove(id_queue);
2964 if (!is_id_in_scope(SYM_ROLES, role_id)) {
2965 yyerror2("role %s is not within scope", role_id);
2966 free(role_id);
2970 role_id);
2975 free(role_id);
2980 declare_symbol(SYM_ROLES, (hashtab_key_t) role_id,
[all...]

Completed in 165 milliseconds