Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dexpand.c1964 policydb_t * dest_pol, uint32_t * typemap, in convert_and_expand_rule() argument
1987 (dest_pol, typemap, &source_rule->stypes, &stypes, alwaysexpand)) in convert_and_expand_rule()
1990 (dest_pol, typemap, &source_rule->ttypes, &ttypes, alwaysexpand)) in convert_and_expand_rule()
1993 retval = expand_rule_helper(handle, dest_pol, typemap, in convert_and_expand_rule()
2001 static int cond_avrule_list_copy(policydb_t * dest_pol, avrule_t * source_rules, in cond_avrule_list_copy() argument
2010 if (convert_and_expand_rule(state->handle, dest_pol, in cond_avrule_list_copy()
2649 static int copy_neverallow(policydb_t * dest_pol, uint32_t * typemap, in copy_neverallow() argument
2661 (dest_pol, typemap, &source_rule->stypes, &stypes, 1)) in copy_neverallow()
2664 (dest_pol, typemap, &source_rule->ttypes, &ttypes, 1)) in copy_neverallow()
2722 if (!dest_pol->global->branch_list->avrules) in copy_neverallow()
[all …]