Home
last modified time | relevance | path

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

/packages/experimental/SELinux/CTS/src/
Dgen_SELinux_CTS.py40 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')
DSELinux_CTS.py125 def expand_avc_rule_to_xml(policy, avc_rule, rule_name, rule_type): function