Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dkernel_to_conf.c2961 struct strs *mls_constraints = NULL; in sepol_kernel_policydb_to_conf() local
2967 rc = strs_init(&mls_constraints, 32); in sepol_kernel_policydb_to_conf()
2999 rc = constraint_rules_to_strs(pdb, mls_constraints, non_mls_constraints); in sepol_kernel_policydb_to_conf()
3039 strs_write_each(mls_constraints, out); in sepol_kernel_policydb_to_conf()
3216 strs_free_all(mls_constraints); in sepol_kernel_policydb_to_conf()
3217 strs_destroy(&mls_constraints); in sepol_kernel_policydb_to_conf()
Dkernel_to_cil.c3097 struct strs *mls_constraints = NULL; in sepol_kernel_policydb_to_cil() local
3103 rc = strs_init(&mls_constraints, 32); in sepol_kernel_policydb_to_cil()
3135 rc = constraint_rules_to_strs(pdb, mls_constraints, non_mls_constraints); in sepol_kernel_policydb_to_cil()
3170 strs_write_each(mls_constraints, out); in sepol_kernel_policydb_to_cil()
3346 strs_free_all(mls_constraints); in sepol_kernel_policydb_to_cil()
3347 strs_destroy(&mls_constraints); in sepol_kernel_policydb_to_cil()