Searched refs:avtab (Results 1 - 9 of 9) sorted by relevance
/external/libsepol/ |
H A D | Android.mk | 6 src/avtab.c \
|
/external/libsepol/include/sepol/policydb/ |
H A D | 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
|
H A D | conditional.h | 25 #include <sepol/policydb/avtab.h>
|
H A D | 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/src/ |
H A D | assertion.c | 3 * Assertion checker for avtab entries, taken from 23 #include <sepol/policydb/avtab.h>
|
H A D | expand.c | 1701 avtab_t * avtab, avtab_key_t * key, 1708 node = avtab_search_node(avtab, key); 1711 the node is part of my conditional avtab. */ 1723 node = avtab_insert_nonunique(avtab, key, &avdatum); 1754 avtab_t * avtab, int enabled) 1832 node = find_avtab_node(handle, avtab, &avkey, cond); 1862 class_perm_node_t * perms, avtab_t * avtab, 1894 node = find_avtab_node(handle, avtab, &avkey, cond); 1987 * Expand a rule into a given avtab - checking for conflicting type 2409 /* Expand a rule into a given avtab 1700 find_avtab_node(sepol_handle_t * handle, avtab_t * avtab, avtab_key_t * key, cond_av_list_t ** cond) argument 1749 expand_terule_helper(sepol_handle_t * handle, policydb_t * p, uint32_t * typemap, uint32_t specified, cond_av_list_t ** cond, cond_av_list_t ** other, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) argument 1858 expand_avrule_helper(sepol_handle_t * handle, uint32_t specified, cond_av_list_t ** cond, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) argument [all...] |
H A D | 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. */
|
H A D | 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 s [all...] |
/external/checkpolicy/test/ |
H A D | dispol.c | 15 * avtab (including conditional avtab) rules. 21 #include <sepol/policydb/avtab.h>
|
Completed in 156 milliseconds