HomeSort by relevance Sort by last modified time
    Searched refs:RuleNotConditional (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
rule.py 37 except exception.RuleNotConditional:
82 raise exception.RuleNotConditional
88 raise exception.RuleNotConditional
terule.py 102 raise exception.RuleNotConditional
110 raise exception.RuleNotConditional
138 except exception.RuleNotConditional:
267 except exception.RuleNotConditional:
276 except exception.RuleNotConditional:
exception.py 265 class RuleNotConditional(AttributeError, PolicyrepException):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
terulequery.py 25 from .policyrep.exception import RuleUseError, RuleNotConditional
238 except RuleNotConditional:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
terules.py 22 from ..policyrep.exception import RuleNotConditional, RuleUseError, TERuleNoFilename
308 except RuleNotConditional:
371 except RuleNotConditional:
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 278 except (AttributeError, setools.policyrep.exception.RuleNotConditional):
284 setools.policyrep.exception.RuleNotConditional,
    [all...]

Completed in 156 milliseconds