Searched refs:expand_module (Results 1 – 10 of 10) sorted by relevance
/external/selinux/libsepol/tests/ |
D | test-cond.c | 49 if (expand_module(NULL, &basemod, &base_expanded, 0, 1)) { in cond_test_init()
|
D | test-expander.c | 120 if (expand_module(NULL, mybase, myexpanded, 0, 0)) { in expander_policy_init()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | expand.h | 56 extern int expand_module(sepol_handle_t * handle,
|
/external/selinux/checkpolicy/ |
D | ChangeLog | 223 * 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.
|
D | checkmodule.c | 273 if (expand_module(NULL, &modpolicydb, &kernpolicydb, 0, 1)) { in main()
|
D | checkpolicy.c | 600 if (expand_module(NULL, policydbp, &policydb, 0, 1)) { in main()
|
/external/selinux/libsepol/ |
D | ChangeLog | 537 * 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/ |
D | module.c | 1007 return expand_module(handle, &base->p, &out->p, verbose, check); in sepol_expand_module()
|
D | expand.c | 2903 int expand_module(sepol_handle_t * handle, in expand_module() function
|
/external/selinux/libsemanage/ |
D | ChangeLog | 735 * Converted calls to sepol link_packages and expand_module interfaces
|