Home
last modified time | relevance | path

Searched refs:expand_module (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/tests/
Dtest-cond.c49 if (expand_module(NULL, &basemod, &base_expanded, 0, 1)) { in cond_test_init()
Dtest-expander.c120 if (expand_module(NULL, mybase, myexpanded, 0, 0)) { in expander_policy_init()
/external/selinux/libsepol/include/sepol/policydb/
Dexpand.h56 extern int expand_module(sepol_handle_t * handle,
/external/selinux/checkpolicy/
DChangeLog230 * Fixed checkmodule to call link_modules prior to expand_module
287 * Updated calls to expand_module for interface change.
290 * Changed checkmodule to verify that expand_module succeeds
299 internally by expand_module().
305 * Updated for changes to sepol expand_module and link_modules interfaces.
Dcheckmodule.c273 if (expand_module(NULL, &modpolicydb, &kernpolicydb, 0, 1)) { in main()
Dcheckpolicy.c600 if (expand_module(NULL, policydbp, &policydb, 0, 1)) { in main()
/external/selinux/libsepol/
DChangeLog562 * Added check flag to expand_module() to control assertion
568 * Changed expand_module() to call check_assertions() and
587 * Reworked link_packages, link_modules, and expand_module to use
623 3) expand_module automatically enables the global branch.
/external/selinux/libsepol/src/
Dmodule.c1007 return expand_module(handle, &base->p, &out->p, verbose, check); in sepol_expand_module()
Dexpand.c2920 int expand_module(sepol_handle_t * handle, in expand_module() function
/external/selinux/libsemanage/
DChangeLog745 * Converted calls to sepol link_packages and expand_module interfaces