Searched refs:MatchContext (Results 1 - 12 of 12) sorted by relevance

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
H A Ddevicetreeconquery.py21 from .mixins import MatchContext namespace
25 class DevicetreeconQuery(MatchContext, PolicyQuery):
H A Dinitsidquery.py21 from .mixins import MatchContext, MatchName namespace
25 class InitialSIDQuery(MatchName, MatchContext, PolicyQuery):
H A Dfsusequery.py23 from .mixins import MatchContext namespace
28 class FSUseQuery(MatchContext, PolicyQuery):
H A Dnetifconquery.py21 from .mixins import MatchContext, MatchName namespace
26 class NetifconQuery(MatchContext, MatchName, PolicyQuery):
H A Dpcideviceconquery.py21 from .mixins import MatchContext namespace
25 class PcideviceconQuery(MatchContext, PolicyQuery):
H A Dpirqconquery.py21 from .mixins import MatchContext namespace
25 class PirqconQuery(MatchContext, PolicyQuery):
H A Dgenfsconquery.py23 from .mixins import MatchContext namespace
28 class GenfsconQuery(MatchContext, PolicyQuery):
H A Diomemconquery.py21 from .mixins import MatchContext namespace
27 class IomemconQuery(MatchContext, PolicyQuery):
H A Dioportconquery.py21 from .mixins import MatchContext namespace
27 class IoportconQuery(MatchContext, PolicyQuery):
H A Dnodeconquery.py27 from .mixins import MatchContext namespace
31 class NodeconQuery(MatchContext, PolicyQuery):
H A Dportconquery.py22 from .mixins import MatchContext namespace
28 class PortconQuery(MatchContext, PolicyQuery):
H A Dmixins.py52 class MatchContext(object): class in inherits:object

Completed in 299 milliseconds