Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/semodule_expand/
Dsemodule_expand.c46 int check_assertions = 1; in main() local
80 check_assertions = 0; in main()
154 if (sepol_expand_module(handle, p, out, verbose, check_assertions)) { in main()
/external/selinux/libsepol/
DChangeLog53 * Improve check_assertions performance through hash tweaks from John Brooks.
566 * Reworked check_assertions() and hierarchy_check_constraints()
568 * Changed expand_module() to call check_assertions() and
632 * Merged bug fix for check_assertions handling of no assertions
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h659 extern int check_assertions(sepol_handle_t * handle,
/external/selinux/libsepol/src/
Dassertion.c524 int check_assertions(sepol_handle_t * handle, policydb_t * p, in check_assertions() function
Dexpand.c3155 if (check_assertions in expand_module()
/external/selinux/checkpolicy/
DChangeLog298 check_assertions() from checkpolicy since they are now called