Searched refs:comkey (Results 1 – 16 of 16) sorted by relevance
/external/selinux/libsepol/src/ |
D | expand.c | 510 if (class->comkey) { in class_copy_callback() 511 new_class->comkey = strdup(class->comkey); in class_copy_callback() 512 if (!new_class->comkey) { in class_copy_callback() 519 new_class->comkey); in class_copy_callback() 522 new_class->comkey); in class_copy_callback()
|
D | policydb.c | 1352 if (cladatum->comkey) in class_destroy() 1353 free(cladatum->comkey); in class_destroy() 2284 cladatum->comkey = malloc(len2 + 1); in class_read() 2285 if (!cladatum->comkey) in class_read() 2287 rc = next_entry(cladatum->comkey, fp, len2); in class_read() 2290 cladatum->comkey[len2] = 0; in class_read() 2293 cladatum->comkey); in class_read() 2295 ERR(fp->handle, "unknown common %s", cladatum->comkey); in class_read()
|
D | kernel_to_conf.c | 566 name = class->comkey; in write_class_and_common_rules_to_conf() 597 if (perms || class->comkey) { in write_class_and_common_rules_to_conf() 599 if (class->comkey) { in write_class_and_common_rules_to_conf() 600 sepol_printf(out, " inherits %s", class->comkey); in write_class_and_common_rules_to_conf()
|
D | write.c | 1040 if (cladatum->comkey) in class_write() 1041 len2 = strlen(cladatum->comkey); in class_write() 1068 if (cladatum->comkey) { in class_write() 1069 items = put_entry(cladatum->comkey, 1, len2, fp); in class_write()
|
D | kernel_to_cil.c | 503 if (class->comkey != NULL) { in write_class_decl_rules_to_cil() 504 sepol_printf(out, "(classcommon %s %s)\n", name, class->comkey); in write_class_decl_rules_to_cil() 518 name = class->comkey; in write_class_decl_rules_to_cil()
|
D | module_to_cil.c | 2006 if (class->comkey != NULL) { in class_to_cil() 2007 cil_println(indent, "(classcommon %s %s)", key, class->comkey); in class_to_cil()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 115 char *comkey; /* common name */ member
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 634 cladatum->comkey = id; in define_av_perms()
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 331 sepol_class->comkey = cil_strdup(key); in cil_classorder_to_policydb()
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 54141 char *comkey; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 82751 char *comkey; member
|
D | vmlinux.h | 82751 char *comkey; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 49202 char *comkey; member
|
D | vmlinux_510.h | 49202 char *comkey; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux_505.h | 57627 char *comkey; member
|
D | vmlinux.h | 57627 char *comkey; member
|