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;
331 sh->conf->policyvers);
415 sh->conf->store_path);
481 * configuration file. If semanage.conf file in the semanage
482 * root is cannot be read, use the default semanage.conf as a
926 sh->conf->store_root_path,
1407 if ((r = semanage_exec_prog(sh, sh->conf->load_policy, "", "")) != 0) {
1486 if ((r = semanage_exec_prog(sh, sh->conf->sefcontext_compile, path, "")) != 0) {
1518 if (sh->conf->disable_genhomedircon &&
1527 ret = semanage_copy_file(src, dst, sh->conf->file_mode);
1572 sh->conf->setfiles,
1700 if (!sh->conf->save_previous) {
1725 if (sh->conf->load_policy == NULL) {
1730 if (sh->conf->setfiles == NULL) {
1735 if (sh->conf->sefcontext_compile == NULL) {
2095 semanage_conf_t *conf = sh->conf;
2096 if (conf->mod_prog == NULL) {
2102 for (e = conf->mod_prog; e != NULL; e = e->next) {
2119 semanage_conf_t *conf = sh->conf;
2123 if (conf->linked_prog == NULL) {
2126 for (e = conf->linked_prog; e != NULL; e = e->next) {
2144 semanage_conf_t *conf = sh->conf;
2146 if (conf->kernel_prog == NULL) {
2149 for (e = conf->kernel_prog; e != NULL; e = e->next) {