Searched refs:alwaysexpand (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/include/sepol/policydb/ |
D | expand.h | 63 unsigned char alwaysexpand); 65 unsigned char alwaysexpand);
|
/external/selinux/libsepol/src/ |
D | expand.c | 1949 unsigned char alwaysexpand; in convert_and_expand_rule() local 1960 alwaysexpand = ((source_rule->specified & AVRULE_TYPE) || in convert_and_expand_rule() 1964 (dest_pol, typemap, &source_rule->stypes, &stypes, alwaysexpand)) in convert_and_expand_rule() 1967 (dest_pol, typemap, &source_rule->ttypes, &ttypes, alwaysexpand)) in convert_and_expand_rule() 2352 unsigned char alwaysexpand) in expand_convert_type_set() argument 2366 if (type_set_expand(&tmpset, types, p, alwaysexpand)) in expand_convert_type_set() 2495 unsigned char alwaysexpand) in type_set_expand() argument 2504 if (alwaysexpand || ebitmap_length(&set->negset) || set->flags) { in type_set_expand()
|