Searched refs:expand_avc_rule_to_xml (Results 1 – 2 of 2) sorted by relevance
40 expanded_xml = SELinux_CTS.expand_avc_rule_to_xml(policy, a, str(count), 'allow')46 expanded_xml = SELinux_CTS.expand_avc_rule_to_xml(policy, n, str(count), 'neverallow')
125 def expand_avc_rule_to_xml(policy, avc_rule, rule_name, rule_type): function