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

  /system/sepolicy/tools/sepolicy-analyze/
utils.h 6 #include <sepol/policydb/avtab.h>
  /external/selinux/libsepol/include/sepol/policydb/
hierarchy.h 28 #include <sepol/policydb/avtab.h>
avtab.h 6 * Tuned number of hash slots for avtab to reduce memory usage
33 * An access vector table (avtab) is a hash table
99 typedef struct avtab { struct
conditional.h 25 #include <sepol/policydb/avtab.h>
policydb.h 60 #include <sepol/policydb/avtab.h>
259 /* these typedefs are almost exactly the same as those in avtab.h - they are
  /external/selinux/libsepol/src/
assertion.c 3 * Assertion checker for avtab entries, taken from
23 #include <sepol/policydb/avtab.h>
35 avtab_t *avtab; member in struct:avtab_match_args
144 avtab_key_t *k, avtab_t *avtab)
168 for (node = avtab_search_node(avtab, &tmp_key);
217 avtab_t *avtab = a->avtab; local
275 i, j, cp, perms, k, avtab);
320 * Look up the extended permissions in avtab and verify that neverallowed
323 static int check_assertion_extended_permissions_avtab(avrule_t *avrule, avtab_t *avtab,
456 avtab_t *avtab = a->avtab; local
    [all...]
hierarchy.c 42 static int bounds_insert_helper(sepol_handle_t *handle, avtab_t *avtab,
45 int rc = avtab_insert(avtab, avtab_key, datum);
56 static int bounds_insert_rule(sepol_handle_t *handle, avtab_t *avtab,
61 avtab_datum_t *dup = avtab_search(avtab, avtab_key);
64 rc = bounds_insert_helper(handle, avtab, avtab_key, datum);
71 /* Search the other conditional avtab for the key and
72 * add any common permissions to the global avtab
98 avtab_t *avtab, avtab_t *global, avtab_t *other,
118 rc = bounds_insert_rule(handle, avtab, global, other,
130 rc = bounds_insert_rule(handle, avtab, global, other
162 avtab_t *avtab; member in struct:bounds_expand_args
    [all...]
expand.c     [all...]
avtab.c 6 * Tuned number of hash slots for avtab to reduce memory usage
45 #include <sepol/policydb/avtab.h>
116 * So copy data so it is set in the avtab
176 * key/specified mask into the table, as needed by the conditional avtab.
420 /* 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. */
114 /* Generate the old avtab format.
115 Requires merging similar entries if uncond avtab. */
216 /* Generate the new avtab format. */
285 /* Old avtab format.
299 /* New avtab format. nel is good to go. */
318 /* Old avtab format.
672 * Instead it writes out the key/value pairs from the avtab. This
674 * in the avtab so it is not possible to associate individual rule
    [all...]
  /system/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/selinux/libsepol/
Android.mk 6 src/avtab.c \
  /external/selinux/policycoreutils/sepolgen-ifgen/
sepolgen-ifgen-attr-helper.c 26 #include <sepol/policydb/avtab.h>
  /external/selinux/checkpolicy/test/
dispol.c 15 * avtab (including conditional avtab) rules.
21 #include <sepol/policydb/avtab.h>
350 printf("1) display unconditional AVTAB\n");
351 printf("2) display conditional AVTAB (entirely)\n");
353 printf("4) display conditional AVTAB (only DISABLED rules)\n");
  /external/selinux/libsepol/cil/src/
cil_binary.c 925 int __cil_cond_insert_rule(avtab_t *avtab, avtab_key_t *avtab_key, avtab_datum_t *avtab_datum, cond_node_t *cond_node, enum cil_flavor cond_flavor)
931 avtab_ptr = avtab_insert_nonunique(avtab, avtab_key, avtab_datum);
    [all...]

Completed in 1097 milliseconds