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

  /external/selinux/libsepol/
Android.mk 45 cil/src/cil_binary.c \
46 cil/src/cil_build_ast.c \
47 cil/src/cil.c \
48 cil/src/cil_copy_ast.c \
49 cil/src/cil_find.c \
50 cil/src/cil_fqn.c \
51 cil/src/cil_lexer.l \
52 cil/src/cil_list.c \
53 cil/src/cil_log.c
    [all...]
  /external/selinux/libsepol/cil/src/
cil_log.h 33 #include <cil/cil.h>
cil_log.c 35 #include <cil/cil.h>
cil_internal.h 41 #include <cil/cil.h>
794 /* Ensure that CIL uses the same values as sepol services.h */
879 /* Ensure that CIL uses the same values as sepol policydb.h */
893 /* Ensure that CIL uses the same values as sepol policydb.h */
  /external/selinux/libsepol/include/
Makefile 4 CILDIR ?= ../cil
11 test -d $(INCDIR)/cil || install -m 755 -d $(INCDIR)/cil
14 install -m 644 $(wildcard $(CILDIR)/include/cil/*.h) $(INCDIR)/cil
  /external/selinux/secilc/docs/
Makefile 44 $(TMPDIR)/policy.cil: $(TESTDIR)/policy.cil
46 @# add a title for the TOC to policy.cil. This is needed to play nicely with the PDF conversion.
50 html: $(PANDOC_FILE_LIST) $(TMPDIR)/policy.cil
54 pdf: $(PANDOC_FILE_LIST) $(TMPDIR)/policy.cil
  /external/selinux/secilc/
Android.mk 14 $(LOCAL_PATH)/../libsepol/cil/include/ \
Makefile 26 ./$(SECILC) test/policy.cil
secilc.c 38 #include <sepol/cil.h>
40 #include <sepol/cil/cil.h>
193 fprintf(stderr, "No cil files specified\n");
  /external/selinux/checkpolicy/
checkmodule.c 135 printf(" -C output CIL policy instead of binary policy\n");
150 unsigned int binary = 0, cil = 0; local
161 {"cil", no_argument, NULL, 'C'},
202 cil = 1;
261 if (modpolicydb.policy_type == POLICY_BASE && !cil) {
295 if (!cil) {
304 printf("%s: writing CIL to %s\n",argv[0], outfile);
313 } else if (cil) {
314 fprintf(stderr, "%s: No file to write CIL was specified\n", argv[0]);
checkpolicy.c 391 unsigned int binary = 0, debug = 0, cil = 0; local
413 {"cil", no_argument, NULL, 'C'},
462 cil = 1;
514 if (cil) {
515 fprintf(stderr, "%s: Converting kernel policy to CIL is not supported\n",
595 if (!cil) {
623 if (!cil) {
639 printf("%s: writing CIL to %s\n",argv[0], outfile);
650 } else if (cil) {
651 fprintf(stderr, "%s: No file to write CIL was specified\n", argv[0])
    [all...]
  /external/selinux/libsemanage/src/
semanage_store.h 29 #include <sepol/cil/cil.h>
direct_api.c 24 #include <sepol/cil/cil.h>
933 if (!strcasecmp(modinfo->lang_ext, "cil")) {
1002 status = semanage_direct_write_langext(sh, "cil", modinfo);
    [all...]
  /external/selinux/libsepol/src/
Makefile 8 CILDIR ?= ../cil
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 418 milliseconds