/external/selinux/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 99 typedef struct avtab { struct
|
/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...] |