Home
last modified time | relevance | path

Searched refs:alwaysexpand (Results 1 - 2 of 2) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
H A Dexpand.h64 unsigned char alwaysexpand);
66 unsigned char alwaysexpand);
/third_party/selinux/libsepol/src/
H A Dexpand.c1970 unsigned char alwaysexpand; in convert_and_expand_rule() local
1981 alwaysexpand = ((source_rule->specified & AVRULE_TYPE) || in convert_and_expand_rule()
1985 (dest_pol, typemap, &source_rule->stypes, &stypes, alwaysexpand)) in convert_and_expand_rule()
1988 (dest_pol, typemap, &source_rule->ttypes, &ttypes, alwaysexpand)) in convert_and_expand_rule()
2392 unsigned char alwaysexpand) in expand_convert_type_set()
2406 if (type_set_expand(&tmpset, types, p, alwaysexpand)) in expand_convert_type_set()
2526 * - if alwaysexpand is 1, then they will be expanded,
2531 unsigned char alwaysexpand) in type_set_expand()
2536 unsigned char expand = alwaysexpand || !ebitmap_is_empty(&set->negset) || set->flags; in type_set_expand()
2390 expand_convert_type_set(policydb_t * p, uint32_t * typemap, type_set_t * set, ebitmap_t * types, unsigned char alwaysexpand) expand_convert_type_set() argument
2530 type_set_expand(type_set_t * set, ebitmap_t * t, policydb_t * p, unsigned char alwaysexpand) type_set_expand() argument

Completed in 5 milliseconds