Searched refs:alwaysexpand (Results 1 – 2 of 2) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | expand.h | 64 unsigned char alwaysexpand); 66 unsigned char alwaysexpand);
|
/third_party/selinux/libsepol/src/ |
D | expand.c | 1970 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() argument 2406 if (type_set_expand(&tmpset, types, p, alwaysexpand)) in expand_convert_type_set() 2531 unsigned char alwaysexpand) in type_set_expand() argument 2536 unsigned char expand = alwaysexpand || !ebitmap_is_empty(&set->negset) || set->flags; in type_set_expand()
|