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

  /system/sepolicy/
Android.mk 197 LOCAL_MODULE := file_contexts.bin
204 # The file_contexts.bin is built in the following way:
205 # 1. Collect all file_contexts files in THIS repository and process them with
206 # m4 into a tmp file called file_contexts.local.tmp.
207 # 2. Collect all device specific file_contexts files and process them with m4
208 # into a tmp file called file_contexts.device.tmp.
210 # file_contexts.device.tmp and output to file_contexts.device.sorted.tmp.
211 # 4. Concatenate file_contexts.local.tmp and file_contexts.device.tmp int
    [all...]
file_contexts 37 /file_contexts\.bin u:object_r:rootfs:s0
  /external/selinux/libsepol/include/sepol/policydb/
module.h 39 char *file_contexts; member in struct:sepol_module_package
  /external/selinux/policycoreutils/semodule_package/
semodule_package.c 94 char *module = NULL, *file_contexts = NULL, *seusers = local
129 if (file_contexts) {
134 file_contexts = strdup(optarg);
135 if (!file_contexts)
188 if (file_contexts) {
189 if (file_to_data(file_contexts, &fcdata, &fclen))
253 free(file_contexts);
  /external/selinux/secilc/
secilc.c 52 printf(" (default: file_contexts)\n");
78 FILE *file_contexts; local
305 file_contexts = fopen("file_contexts", "w+");
307 file_contexts = fopen(filecontexts, "w+");
310 if (file_contexts == NULL) {
311 fprintf(stderr, "Failed to open file_contexts file\n");
315 if (fwrite(fc_buf, sizeof(char), fc_size, file_contexts) != fc_size) {
316 fprintf(stderr, "Failed to write file_contexts file\n");
320 fclose(file_contexts);
    [all...]
Makefile 44 rm -f file_contexts
  /external/selinux/libsepol/src/
module.c 143 free(p->file_contexts);
154 return p->file_contexts;
196 if (set_char(&p->file_contexts, data, len))
257 if ((s = (char *)realloc(base->file_contexts, fc_len)) == NULL) {
260 base->file_contexts = s;
262 memcpy(base->file_contexts + base->file_contexts_len,
263 modules[i]->file_contexts,
512 mod->file_contexts =
514 if (!mod->file_contexts) {
519 (mod->file_contexts, file
    [all...]
  /build/target/product/
embedded.mk 82 file_contexts.bin \
  /device/generic/qemu/
qemu_base.mk 74 file_contexts \
  /external/selinux/policycoreutils/scripts/
fixfiles 135 FC=/etc/selinux/${SELINUXTYPE}/contexts/files/file_contexts
137 FC=/etc/security/selinux/file_contexts
  /external/selinux/checkpolicy/test/
dismod.c 731 package->file_contexts = NULL;
735 free(package->file_contexts);
  /build/core/
Makefile     [all...]

Completed in 550 milliseconds