Searched refs:dest_pol (Results 1 - 1 of 1) sorted by relevance
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 1962 policydb_t * dest_pol, uint32_t * typemap, 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() 1991 retval = expand_rule_helper(handle, dest_pol, typemap, in convert_and_expand_rule() 1999 static int cond_avrule_list_copy(policydb_t * dest_pol, avrule_t * source_rules, in cond_avrule_list_copy() argument 2008 if (convert_and_expand_rule(state->handle, dest_pol, in cond_avrule_list_copy() 2635 static int copy_neverallow(policydb_t * dest_pol, uint32_t * typemap, in copy_neverallow() argument 2647 (dest_pol, typemap, &source_rule->stypes, &stypes, 1)) in copy_neverallow() 2650 (dest_pol, typemap, &source_rule->ttypes, &ttypes, 1)) in copy_neverallow() 2708 if (!dest_pol in copy_neverallow() 1961 convert_and_expand_rule(sepol_handle_t * handle, policydb_t * dest_pol, uint32_t * typemap, avrule_t * source_rule, avtab_t * dest_avtab, cond_av_list_t ** cond, cond_av_list_t ** other, int enabled, int do_neverallow) convert_and_expand_rule() argument [all...] |
Completed in 4 milliseconds