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.c441 role_datum_t *sepol_parent = NULL; in cil_role_bounds_to_policydb() local
447 rc = __cil_get_sepol_role_datum(pdb, DATUM(cil_role->bounds), &sepol_parent); in cil_role_bounds_to_policydb()
450 sepol_role->bounds = sepol_parent->s.value; in cil_role_bounds_to_policydb()
524 type_datum_t *sepol_parent = NULL; in cil_type_bounds_to_policydb() local
530 rc = __cil_get_sepol_type_datum(pdb, DATUM(cil_type->bounds), &sepol_parent); in cil_type_bounds_to_policydb()
533 sepol_type->bounds = sepol_parent->s.value; in cil_type_bounds_to_policydb()
733 user_datum_t *sepol_parent = NULL; in cil_user_bounds_to_policydb() local
739 rc = __cil_get_sepol_user_datum(pdb, DATUM(cil_user->bounds), &sepol_parent); in cil_user_bounds_to_policydb()
742 sepol_user->bounds = sepol_parent->s.value; in cil_user_bounds_to_policydb()