Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_binary.c412 role_datum_t *sepol_parent = NULL; in cil_role_bounds_to_policydb() local
418 rc = __cil_get_sepol_role_datum(pdb, DATUM(cil_role->bounds), &sepol_parent); in cil_role_bounds_to_policydb()
421 sepol_role->bounds = sepol_parent->s.value; in cil_role_bounds_to_policydb()
497 type_datum_t *sepol_parent = NULL; in cil_type_bounds_to_policydb() local
503 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_type->bounds), &sepol_parent); in cil_type_bounds_to_policydb()
506 sepol_type->bounds = sepol_parent->s.value; in cil_type_bounds_to_policydb()
718 user_datum_t *sepol_parent = NULL; in cil_user_bounds_to_policydb() local
724 rc = __cil_get_sepol_user_datum(pdb, DATUM(cil_user->bounds), &sepol_parent); in cil_user_bounds_to_policydb()
727 sepol_user->bounds = sepol_parent->s.value; in cil_user_bounds_to_policydb()