Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Dconf-parse.y310 semanage_conf_external_prog_destroy(current_conf->sefcontext_compile);
311 current_conf->sefcontext_compile = NULL;
312 if (new_external_prog(&current_conf->sefcontext_compile) == -1) {
401 if ((conf->sefcontext_compile =
402 calloc(1, sizeof(*(current_conf->sefcontext_compile)))) == NULL) {
406 conf->sefcontext_compile->path = strdup("/sbin/sefcontext_compile");
408 conf->sefcontext_compile->path = strdup("/usr/sbin/sefcontext_compile");
410 if ((conf->sefcontext_compile->path == NULL) ||
411 (conf->sefcontext_compile->args = strdup("$@")) == NULL) {
473 semanage_conf_external_prog_destroy(conf->sefcontext_compile); in semanage_conf_destroy()
Dsemanage_conf.h54 struct external_prog *sefcontext_compile; member
Dsemanage_store.c1544 static int sefcontext_compile(semanage_handle_t * sh, const char *path) { in sefcontext_compile() function
1558 if ((r = semanage_exec_prog(sh, sh->conf->sefcontext_compile, path, "")) != 0) { in sefcontext_compile()
1585 if (sefcontext_compile(sh, in semanage_validate_and_compile_fcontexts()
1590 if (sefcontext_compile(sh, in semanage_validate_and_compile_fcontexts()
1595 if (sefcontext_compile(sh, in semanage_validate_and_compile_fcontexts()
1822 if (sh->conf->sefcontext_compile == NULL) { in semanage_install_sandbox()
/external/selinux/libselinux/utils/
DMakefile52 TARGETS=sefcontext_compile
57 sefcontext_compile: LDLIBS += $(PCRE_LDLIBS) ../src/libselinux.a -lsepol target
59 sefcontext_compile: sefcontext_compile.o ../src/regex.o target
D.gitignore16 sefcontext_compile
/external/selinux/libselinux/
DAndroid.bp252 name: "sefcontext_compile",
255 srcs: ["utils/sefcontext_compile.c"],