Searched refs:ignore_module_cache (Results 1 - 5 of 5) sorted by relevance

/external/selinux/libsemanage/src/
H A Dsemanage_conf.h49 int ignore_module_cache; member in struct:semanage_conf
H A Dhandle.c226 return sh->conf->ignore_module_cache;
230 int ignore_module_cache)
233 sh->conf->ignore_module_cache = ignore_module_cache;
229 semanage_set_ignore_module_cache(semanage_handle_t *sh, int ignore_module_cache) argument
H A Dconf-parse.y86 | ignore_module_cache
128 ignore_module_cache: IGNORE_MODULE_CACHE '=' ARG { label
130 current_conf->ignore_module_cache = 1;
132 current_conf->ignore_module_cache = 0;
353 conf->ignore_module_cache = 0;
/external/selinux/libsemanage/include/semanage/
H A Dhandle.h158 void semanage_set_ignore_module_cache(semanage_handle_t *handle, int ignore_module_cache);
/external/selinux/policycoreutils/semodule/
H A Dsemodule.c51 static int ignore_module_cache; variable
278 ignore_module_cache = 1;
746 if (ignore_module_cache)

Completed in 313 milliseconds