Lines Matching defs:avtab
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,
116 rc = bounds_insert_rule(handle, avtab, global, other,
127 cond_av_list_t *cur, avtab_t *avtab,
135 rc = bounds_expand_rule(handle, p, avtab, global, other, parent,
148 avtab_t *avtab;
160 return bounds_expand_rule(a->handle, a->p, a->avtab, NULL, NULL,
200 args.avtab = global_avtab;