Home | History | Annotate | Download | only in src

Lines Matching refs:conf

63 #define SEMANAGE_CONF_FILE "semanage.conf"
220 const char *store_path = sh->conf->store_path;
352 sh->conf->policyvers);
436 sh->conf->store_path);
502 * configuration file. If semanage.conf file in the semanage
503 * root is cannot be read, use the default semanage.conf as a
947 sh->conf->store_root_path,
1428 if ((r = semanage_exec_prog(sh, sh->conf->load_policy, "", "")) != 0) {
1507 if ((r = semanage_exec_prog(sh, sh->conf->sefcontext_compile, path, "")) != 0) {
1523 sh->conf->setfiles,
1578 if (sh->conf->disable_genhomedircon &&
1587 ret = semanage_copy_file(src, dst, sh->conf->file_mode);
1731 if (!sh->conf->save_previous) {
1756 if (sh->conf->load_policy == NULL) {
1761 if (sh->conf->setfiles == NULL) {
1766 if (sh->conf->sefcontext_compile == NULL) {
2129 semanage_conf_t *conf = sh->conf;
2130 if (conf->mod_prog == NULL) {
2136 for (e = conf->mod_prog; e != NULL; e = e->next) {
2153 semanage_conf_t *conf = sh->conf;
2157 if (conf->linked_prog == NULL) {
2160 for (e = conf->linked_prog; e != NULL; e = e->next) {
2178 semanage_conf_t *conf = sh->conf;
2180 if (conf->kernel_prog == NULL) {
2183 for (e = conf->kernel_prog; e != NULL; e = e->next) {