Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/include/sepol/policydb/
Dhierarchy.h45 extern int hierarchy_check_constraints(sepol_handle_t * handle, policydb_t * p);
/third_party/selinux/checkpolicy/
Dcheckmodule.c282 if (hierarchy_check_constraints(NULL, &modpolicydb)) { in main()
/third_party/selinux/libsepol/src/
Dhierarchy.c669 int hierarchy_check_constraints(sepol_handle_t * handle, policydb_t * p) in hierarchy_check_constraints() function
Dexpand.c3195 if (hierarchy_check_constraints(handle, state.out)) in expand_module()