Home | History | Annotate | Download | only in src

Lines Matching refs:sefcontext_compile

298                         semanage_conf_external_prog_destroy(current_conf->sefcontext_compile);
299 current_conf->sefcontext_compile = NULL;
300 if (new_external_prog(&current_conf->sefcontext_compile) == -1) {
388 if ((conf->sefcontext_compile =
389 calloc(1, sizeof(*(current_conf->sefcontext_compile)))) == NULL) {
392 if (access("/sbin/sefcontext_compile", X_OK) == 0) {
393 conf->sefcontext_compile->path = strdup("/sbin/sefcontext_compile");
395 conf->sefcontext_compile->path = strdup("/usr/sbin/sefcontext_compile");
397 if ((conf->sefcontext_compile->path == NULL) ||
398 (conf->sefcontext_compile->args = strdup("$@")) == NULL) {
460 semanage_conf_external_prog_destroy(conf->sefcontext_compile);