Home | History | Annotate | Download | only in src

Lines Matching refs:sefcontext_compile

1478 static int sefcontext_compile(semanage_handle_t * sh, const char *path) {
1486 if ((r = semanage_exec_prog(sh, sh->conf->sefcontext_compile, path, "")) != 0) {
1487 ERR(sh, "sefcontext_compile returned error code %d. Compiling %s", r, path);
1583 if (sefcontext_compile(sh,
1588 if (sefcontext_compile(sh,
1593 if (sefcontext_compile(sh,
1735 if (sh->conf->sefcontext_compile == NULL) {
1736 ERR(sh, "No sefcontext_compile program specified in configuration file.");