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

  /external/selinux/libsepol/cil/include/cil/
cil_write_ast.h 4 #include <cil/cil.h>
android.h 3 #include <cil/cil.h>
  /external/selinux/libsepol/cil/src/
cil_log.h 34 #include <cil/cil.h>
cil_log.c 35 #include <cil/cil.h>
cil_internal.h 42 #include <cil/cil.h>
837 /* Ensure that CIL uses the same values as sepol services.h */
922 /* Ensure that CIL uses the same values as sepol policydb.h */
936 /* Ensure that CIL uses the same values as sepol policydb.h */
android.c 1 #include <cil/android.h>
  /external/selinux/libsepol/include/
Makefile 4 CILDIR ?= ../cil
11 test -d $(DESTDIR)$(INCDIR)/cil || install -m 755 -d $(DESTDIR)$(INCDIR)/cil
14 install -m 644 $(wildcard $(CILDIR)/include/cil/*.h) $(DESTDIR)$(INCDIR)/cil
  /external/selinux/secilc/docs/
Makefile 51 $(TMPDIR)/policy.cil: $(TESTDIR)/policy.cil
53 @# add a title for the TOC to policy.cil. This is needed to play nicely with the PDF conversion.
57 html: $(PANDOC_FILE_LIST) $(TMPDIR)/policy.cil
61 pdf: $(PANDOC_FILE_LIST) $(TMPDIR)/policy.cil
  /external/selinux/secilc/
secil2conf.c 38 #include <cil/cil.h>
40 #include <sepol/cil/cil.h>
118 fprintf(stderr, "No cil files specified\n");
secilc.c 38 #include <cil/cil.h>
40 #include <sepol/cil/cil.h>
224 fprintf(stderr, "No cil files specified\n");
Makefile 28 ./$(SECILC) test/policy.cil
  /external/selinux/checkpolicy/
checkmodule.c 136 printf(" -C output CIL policy instead of binary policy\n");
151 unsigned int binary = 0, cil = 0; local
162 {"cil", no_argument, NULL, 'C'},
203 cil = 1;
280 if (modpolicydb.policy_type == POLICY_BASE && !cil) {
312 if (!cil) {
325 } else if (cil) {
326 fprintf(stderr, "%s: No file to write CIL was specified\n", argv[0]);
checkpolicy.c 397 unsigned int binary = 0, debug = 0, sort = 0, cil = 0, conf = 0; local
419 {"cil", no_argument, NULL, 'C'},
473 cil = 1;
525 if (cil && conf) {
526 fprintf(stderr, "Can't convert to CIL and policy.conf at the same time\n");
611 if (!cil) {
637 if (!cil) {
676 } else if (cil) {
677 fprintf(stderr, "%s: No file to write CIL was specified\n", argv[0]);
  /external/selinux/libsemanage/src/
semanage_store.h 29 #include <sepol/cil/cil.h>
direct_api.c 24 #include <sepol/cil/cil.h>
675 * Write the users_extra entries from CIL modules.
730 * Write the seusers entries from CIL modules.
1057 if (!strcasecmp(modinfo->lang_ext, "cil")) {
1126 status = semanage_direct_write_langext(sh, "cil", modinfo);
    [all...]
  /external/selinux/python/audit2allow/
Makefile 30 test_dummy_policy: test_dummy_policy.cil
  /external/selinux/libsepol/src/
Makefile 7 CILDIR ?= ../cil

Completed in 1282 milliseconds