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

  /device/generic/qemu/
qemu_base.mk 75 seapp_contexts \
  /external/selinux/libselinux/src/android/
android_platform.c 350 selinux_log(SELINUX_ERROR, "seapp_contexts: Duplicated entry\n");
365 static struct seapp_context **seapp_contexts = NULL; variable in typeref:struct:seapp_context
372 if (!seapp_contexts)
376 free_seapp_context(seapp_contexts[n]);
378 free(seapp_contexts);
379 seapp_contexts = NULL;
422 selinux_log(SELINUX_ERROR, "%s: could not open seapp_contexts file: %s",
437 seapp_contexts = (struct seapp_context **) calloc(nspec, sizeof(struct seapp_context *));
438 if (!seapp_contexts)
446 selinux_log(SELINUX_ERROR, "%s: could not open seapp_contexts file: %s"
    [all...]
  /system/sepolicy/
Android.mk 770 plat_sc_files := $(call build_policy, seapp_contexts, $(PLAT_PRIVATE_POLICY))
794 nonplat_sc_files := $(call build_policy, seapp_contexts, $(PLAT_VENDOR_POLICY) $(BOARD_SEPOLICY_DIRS) $(REQD_MASK_POLICY))
795 plat_sc_neverallow_files := $(call build_policy, seapp_contexts, $(PLAT_PRIVATE_POLICY))
    [all...]
  /system/sepolicy/private/
file_contexts 48 /seapp_contexts u:object_r:seapp_contexts_file:s0
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 48 /seapp_contexts u:object_r:seapp_contexts_file:s0

Completed in 124 milliseconds