Home | History | Annotate | Download | only in src

Lines Matching refs:conf

63 #define SEMANAGE_CONF_FILE "semanage.conf"
216 const char *store_path = sh->conf->store_path;
327 sh->conf->policyvers);
411 sh->conf->store_path);
477 * configuration file. If semanage.conf file in the semanage
478 * root is cannot be read, use the default semanage.conf as a
922 sh->conf->store_root_path,
966 sh->conf->file_mode);
1411 if ((r = semanage_exec_prog(sh, sh->conf->load_policy, "", "")) != 0) {
1491 if ((r = semanage_exec_prog(sh, sh->conf->sefcontext_compile, path, "")) != 0) {
1523 if (sh->conf->disable_genhomedircon &&
1532 ret = semanage_copy_file(src, dst, sh->conf->file_mode);
1577 sh->conf->setfiles,
1705 if (!sh->conf->save_previous) {
1730 if (sh->conf->load_policy == NULL) {
1735 if (sh->conf->setfiles == NULL) {
1740 if (sh->conf->sefcontext_compile == NULL) {
2101 semanage_conf_t *conf = sh->conf;
2102 if (conf->mod_prog == NULL) {
2108 for (e = conf->mod_prog; e != NULL; e = e->next) {
2125 semanage_conf_t *conf = sh->conf;
2129 if (conf->linked_prog == NULL) {
2132 for (e = conf->linked_prog; e != NULL; e = e->next) {
2150 semanage_conf_t *conf = sh->conf;
2152 if (conf->kernel_prog == NULL) {
2155 for (e = conf->kernel_prog; e != NULL; e = e->next) {