Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/libsepol/fuzz/
H A Dbinpolicy-fuzzer.c61 (void) hierarchy_check_constraints(NULL, &policydb); in LLVMFuzzerTestOneInput()
88 (void) hierarchy_check_constraints(NULL, &out); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/selinux/libsepol/include/sepol/policydb/
H A Dhierarchy.h45 extern int hierarchy_check_constraints(sepol_handle_t * handle, policydb_t * p);
/aosp_15_r20/external/selinux/checkpolicy/fuzz/
H A Dcheckpolicy-fuzzer.c220 (void) hierarchy_check_constraints(NULL, &kernpolicydb); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/selinux/checkpolicy/
H A Dcheckmodule.c286 if (hierarchy_check_constraints(NULL, &modpolicydb)) { in main()
/aosp_15_r20/external/selinux/libsepol/src/
H A Dhierarchy.c672 int hierarchy_check_constraints(sepol_handle_t * handle, policydb_t * p) in hierarchy_check_constraints() function
H A Dexpand.c3202 if (hierarchy_check_constraints(handle, state.out)) in expand_module()