Searched refs:get_avc_rule_component (Results 1 - 2 of 2) sorted by relevance

/packages/experimental/SELinux/CTS/test/
H A Dtestrunner.py210 self.failUnless(SELinux_CTS.get_avc_rule_component(self.test_file)
212 self.failUnless(SELinux_CTS.get_avc_rule_component(self.test_file)
217 self.failUnless(SELinux_CTS.get_avc_rule_component(self.test_file)
219 self.failUnless(SELinux_CTS.get_avc_rule_component(self.test_file)
232 self.failUnless(SELinux_CTS.get_avc_rule_component(self.test_file)
234 self.failUnless(SELinux_CTS.get_avc_rule_component(self.test_file)
240 self.failUnless(SELinux_CTS.get_avc_rule_component(self.test_file)
242 self.failUnless(SELinux_CTS.get_avc_rule_component(self.test_file)
255 self.failUnless(SELinux_CTS.get_avc_rule_component(self.test_file)
257 self.failUnless(SELinux_CTS.get_avc_rule_component(sel
[all...]
/packages/experimental/SELinux/CTS/src/
H A DSELinux_CTS.py226 # get_avc_rule_component - grabs the next component from an avc rule. Basically,
229 def get_avc_rule_component(file_obj): function
465 source_types = get_avc_rule_component(file_obj)
471 target_types = get_avc_rule_component(file_obj)
482 classes = get_avc_rule_component(file_obj)
488 permissions = get_avc_rule_component(file_obj)

Completed in 152 milliseconds