HomeSort by relevance Sort by last modified time
    Searched full:avtab (Results 1 - 15 of 15) sorted by null

  /external/libsepol/include/sepol/policydb/
avtab.h 6 * Tuned number of hash slots for avtab to reduce memory usage
33 * An access vector table (avtab) is a hash table
80 typedef struct avtab { struct
conditional.h 25 #include <sepol/policydb/avtab.h>
policydb.h 61 #include <sepol/policydb/avtab.h>
243 /* these typedefs are almost exactly the same as those in avtab.h - they are
  /external/libsepol/
Android.mk 6 src/avtab.c \
ChangeLog 147 * Port of Yuichi Nakamura's tune avtab to reduce memory usage patch from the kernel avtab to libsepol from Stephen Smalley.
658 * Improved memory use by SELinux by both reducing the avtab
659 node size and reducing the number of avtab nodes (by not
  /external/checkpolicy/test/
dispol.c 15 * avtab (including conditional avtab) rules.
21 #include <sepol/policydb/avtab.h>
375 printf("1) display unconditional AVTAB\n");
376 printf("2) display conditional AVTAB (entirely)\n");
378 printf("4) display conditional AVTAB (only DISABLED rules)\n");
dismod.c 813 printf("1) display unconditional AVTAB\n");
814 printf("2) display conditional AVTAB\n");
891 fprintf(out_fp, "unconditional avtab:\n");
896 fprintf(out_fp, "conditional avtab:\n");
  /external/libsepol/src/
assertion.c 3 * Assertion checker for avtab entries, taken from
23 #include <sepol/policydb/avtab.h>
hierarchy.c 42 avtab_t *expa; /* expanded avtab */
43 /* This tells check_avtab_hierarchy to check this list in addition to the unconditional avtab */
151 /* This function only verifies that the avtab node passed in does not violate any
152 * hiearchy constraint via any relationship with other types in the avtab.
155 * a conditional list for the relationship as well as the unconditional avtab
avtab.c 6 * Tuned number of hash slots for avtab to reduce memory usage
45 #include <sepol/policydb/avtab.h>
118 * key/specified mask into the table, as needed by the conditional avtab.
359 /* Ordering of datums in the original avtab format in the policy file. */
write.c 38 #include <sepol/policydb/avtab.h>
89 /* Ordering of datums in the original avtab format in the policy file. */
113 /* Generate the old avtab format.
114 Requires merging similar entries if uncond avtab. */
215 /* Generate the new avtab format. */
252 /* Old avtab format.
266 /* New avtab format. nel is good to go. */
285 /* Old avtab format.
639 * Instead it writes out the key/value pairs from the avtab. This
641 * in the avtab so it is not possible to associate individual rule
    [all...]
expand.c     [all...]
conditional.c 471 /* the avtab_ptr_t node is destroy by the avtab */
  /external/sepolicy/tools/
sepolicy-check.c 66 perm_datum_t *perm, policydb_t *policy, avtab_t *avtab) {
77 if (expand_avtab(policy, avtab, &exp_avtab)) {
  /external/checkpolicy/
ChangeLog 122 * Update dispol for libsepol avtab changes from Stephen Smalley.
325 * Updated checkpolicy and dispol for the new avtab format.

Completed in 2137 milliseconds