Lines Matching defs:child
283 uint32_t child, uint32_t parent, uint32_t src,
297 if (ebitmap_get_bit(&p->attr_type_map[src - 1], child - 1)) {
312 rc = bounds_add_bad(handle, child, i+1, class, d, bad);
324 cond_av_list_t *rules, uint32_t child,
338 child, parent, key->source_type,
352 uint32_t child;
366 return bounds_check_rule(a->handle, a->p, NULL, a->cur_avtab, a->child,
374 uint32_t child, uint32_t parent,
384 args.child = child;
395 node->true_list, child, parent,
401 node->false_list, child, parent,
413 int bounds_check_type(sepol_handle_t *handle, policydb_t *p, uint32_t child,
424 child, parent, bad, numbad);
439 static void bounds_report(sepol_handle_t *handle, policydb_t *p, uint32_t child,
443 p->p_type_val_to_name[child - 1],
509 /* The role bounds is defined as: a child role cannot have a type that
552 /* The user bounds is defined as: a child user cannot have a role that