Home
last modified time | relevance | path

Searched refs:sefcontext_compile (Results 1 – 8 of 8) sorted by relevance

/external/selinux/libsemanage/src/
Dconf-parse.y298 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) {
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()
Dsemanage_conf.h53 struct external_prog *sefcontext_compile; member
Dsemanage_store.c1478 static int sefcontext_compile(semanage_handle_t * sh, const char *path) { in sefcontext_compile() function
1486 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()
/external/libselinux/
DAndroid.mk111 LOCAL_MODULE := sefcontext_compile
114 LOCAL_SRC_FILES := utils/sefcontext_compile.c
/external/selinux/libselinux/utils/
D.gitignore16 sefcontext_compile
DMakefile31 sefcontext_compile: LDLIBS += -lpcre ../src/libselinux.a -lsepol target
/external/selinux/libselinux/
DChangeLog16 * 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
/external/selinux/libsemanage/
DChangeLog64 * Add sefcontext_compile to compile regex everytime policy is rebuilt