HomeSort by relevance Sort by last modified time
    Searched refs:sefcontext_compile (Results 1 - 5 of 5) sorted by null

  /external/selinux/libsemanage/src/
semanage_conf.h 53 struct external_prog *sefcontext_compile; member in struct:semanage_conf
conf-parse.y 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");
    [all...]
semanage_store.c 1509 static int sefcontext_compile(semanage_handle_t * sh, const char *path) { function
    [all...]
  /external/selinux/libselinux/utils/
Makefile 54 TARGETS=sefcontext_compile
59 sefcontext_compile: LDLIBS += $(PCRE_LDLIBS) ../src/libselinux.a -lsepol
61 sefcontext_compile: sefcontext_compile.o ../src/regex.o
  /system/sepolicy/
Android.mk 812 # 5. Run checkfc and sefcontext_compile on file_contexts.concat.tmp to produce
    [all...]

Completed in 217 milliseconds