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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
context.py 19 from ..policyrep.exception import MLSDisabled
objclass.py 21 from ..policyrep.exception import NoCommon
users.py 21 from ..policyrep.exception import MLSDisabled
terules.py 21 from ..policyrep import ioctlSet
22 from ..policyrep.exception import RuleNotConditional, RuleUseError, TERuleNoFilename
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
__init__.py 25 from . import policyrep
26 from .policyrep import SELinuxPolicy
terulequery.py 24 from .policyrep import ioctlSet
25 from .policyrep.exception import RuleUseError, RuleNotConditional
iomemconquery.py 22 from .policyrep.xencontext import addr_range
ioportconquery.py 22 from .policyrep.xencontext import port_range
objclassquery.py 24 from .policyrep.exception import NoCommon
constraintquery.py 24 from .policyrep.exception import ConstraintUseError
portconquery.py 24 from .policyrep import port_range, PortconProtocol
rbacrulequery.py 24 from .policyrep.exception import InvalidType, RuleUseError
permmap.py 26 from . import policyrep
320 except policyrep.exception.NoCommon:
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 280 if isinstance(rule, setools.policyrep.terule.AVRule):
285 except setools.policyrep.exception.RuleUseError:
290 except setools.policyrep.exception.RuleUseError:
295 except (AttributeError, setools.policyrep.exception.RuleNotConditional):
301 setools.policyrep.exception.RuleNotConditional,
302 setools.policyrep.exception.TERuleNoFilename):
    [all...]

Completed in 138 milliseconds