Home
last modified time | relevance | path

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

/third_party/selinux/checkpolicy/
Dmodule_compiler.c220 char *bounds_id, *delim; in role_implicit_bounds() local
226 bounds_id = strdup(role_id); in role_implicit_bounds()
227 if (!bounds_id) { in role_implicit_bounds()
231 bounds_id[(size_t)(delim - role_id)] = '\0'; in role_implicit_bounds()
233 bounds = hashtab_search(roles_tab, bounds_id); in role_implicit_bounds()
236 bounds_id, role_id); in role_implicit_bounds()
244 role_id, bounds_id, in role_implicit_bounds()
248 free(bounds_id); in role_implicit_bounds()
465 char *bounds_id, *delim; in user_implicit_bounds() local
471 bounds_id = strdup(user_id); in user_implicit_bounds()
[all …]
Dpolicy_define.c1385 static int define_typebounds_helper(char *bounds_id, char *type_id) in define_typebounds_helper() argument
1389 if (!is_id_in_scope(SYM_TYPES, bounds_id)) { in define_typebounds_helper()
1390 yyerror2("type %s is not within scope", bounds_id); in define_typebounds_helper()
1394 bounds = hashtab_search(policydbp->p_types.table, bounds_id); in define_typebounds_helper()
1396 yyerror2("hoge unknown type %s", bounds_id); in define_typebounds_helper()