Home
last modified time | relevance | path

Searched refs:avtab (Results 1 – 5 of 5) sorted by relevance

/external/libsepol/include/sepol/policydb/
Davtab.h80 typedef struct avtab { struct
/external/libsepol/
DAndroid.mk6 src/avtab.c \
DChangeLog114 …* Port of Yuichi Nakamura's tune avtab to reduce memory usage patch from the kernel avtab to libse…
625 * Improved memory use by SELinux by both reducing the avtab
626 node size and reducing the number of avtab nodes (by not
/external/libsepol/src/
Dexpand.c1546 avtab_t * avtab, avtab_key_t * key, in find_avtab_node() argument
1553 node = avtab_search_node(avtab, key); in find_avtab_node()
1568 node = avtab_insert_nonunique(avtab, key, &avdatum); in find_avtab_node()
1599 avtab_t * avtab, int enabled) in expand_terule_helper() argument
1677 node = find_avtab_node(handle, avtab, &avkey, cond); in expand_terule_helper()
1707 class_perm_node_t * perms, avtab_t * avtab, in expand_avrule_helper() argument
1739 node = find_avtab_node(handle, avtab, &avkey, cond); in expand_avrule_helper()
/external/checkpolicy/
DChangeLog99 * Update dispol for libsepol avtab changes from Stephen Smalley.
302 * Updated checkpolicy and dispol for the new avtab format.