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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
constraintquery.py 24 from .policyrep.exception import ConstraintUseError
123 except ConstraintUseError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
exception.py 218 class ConstraintUseError(SymbolUseError):
constraint.py 20 from .exception import ConstraintUseError, InvalidConstraintType
345 raise ConstraintUseError("{0} rules do not have permissions.".format(self.ruletype))

Completed in 83 milliseconds