Searched refs:sefcontext_compile (Results 1 – 8 of 8) sorted by relevance
298 semanage_conf_external_prog_destroy(current_conf->sefcontext_compile);299 current_conf->sefcontext_compile = NULL;300 if (new_external_prog(¤t_conf->sefcontext_compile) == -1) {388 if ((conf->sefcontext_compile =389 calloc(1, sizeof(*(current_conf->sefcontext_compile)))) == NULL) {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); in semanage_conf_destroy()
53 struct external_prog *sefcontext_compile; member
1478 static int sefcontext_compile(semanage_handle_t * sh, const char *path) { in sefcontext_compile() function1486 if ((r = semanage_exec_prog(sh, sh->conf->sefcontext_compile, path, "")) != 0) { in sefcontext_compile()1583 if (sefcontext_compile(sh, in semanage_install_final_tmp()1588 if (sefcontext_compile(sh, in semanage_install_final_tmp()1593 if (sefcontext_compile(sh, in semanage_install_final_tmp()1735 if (sh->conf->sefcontext_compile == NULL) { in semanage_install_sandbox()
111 LOCAL_MODULE := sefcontext_compile114 LOCAL_SRC_FILES := utils/sefcontext_compile.c
16 sefcontext_compile
31 sefcontext_compile: LDLIBS += -lpcre ../src/libselinux.a -lsepol target
16 * Add policy context validation to sefcontext_compile, from Richard Haines.93 * Fix handling of temporary file in sefcontext_compile from Dan Walsh.106 * Add man page for sefcontext_compile from Dan Walsh.133 * sefcontext_compile: do not leak fd on error
64 * Add sefcontext_compile to compile regex everytime policy is rebuilt