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/
DChangeLog223 * Fixed checkmodule to call link_modules prior to expand_module
280 * Updated calls to expand_module for interface change.
283 * Changed checkmodule to verify that expand_module succeeds
292 internally by expand_module().
298 * 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/
DChangeLog537 * Added check flag to expand_module() to control assertion
543 * Changed expand_module() to call check_assertions() and
562 * Reworked link_packages, link_modules, and expand_module to use
598 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.c2903 int expand_module(sepol_handle_t * handle, in expand_module() function
/external/selinux/libsemanage/
DChangeLog735 * Converted calls to sepol link_packages and expand_module interfaces