HomeSort by relevance Sort by last modified time
    Searched refs:sefcontext_compile (Results 1 - 6 of 6) 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 1478 static int sefcontext_compile(semanage_handle_t * sh, const char *path) { function
    [all...]
  /external/libselinux/
Android.mk 111 LOCAL_MODULE := sefcontext_compile
114 LOCAL_SRC_FILES := utils/sefcontext_compile.c
  /system/sepolicy/
Android.mk 213 # 5. Run checkfc and sefcontext_compile on file_contexts.concat.tmp to produce
252 $(LOCAL_BUILT_MODULE): $(file_contexts.concat.tmp) $(built_sepolicy) $(HOST_OUT_EXECUTABLES)/sefcontext_compile $(HOST_OUT_EXECUTABLES)/checkfc
255 $(hide) $(HOST_OUT_EXECUTABLES)/sefcontext_compile -o $@ $<
282 $(LOCAL_BUILT_MODULE): $(general_file_contexts.tmp) $(built_general_sepolicy) $(HOST_OUT_EXECUTABLES)/sefcontext_compile $(HOST_OUT_EXECUTABLES)/checkfc
285 $(hide) $(HOST_OUT_EXECUTABLES)/sefcontext_compile -o $@ $<
  /external/selinux/libselinux/utils/
Makefile 31 sefcontext_compile: LDLIBS += -lpcre ../src/libselinux.a -lsepol

Completed in 95 milliseconds