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 D | devicetreeconquery.py | 21 from .mixins import MatchContext namespace 25 class DevicetreeconQuery(MatchContext, PolicyQuery):
|
H A D | initsidquery.py | 21 from .mixins import MatchContext, MatchName namespace 25 class InitialSIDQuery(MatchName, MatchContext, PolicyQuery):
|
H A D | fsusequery.py | 23 from .mixins import MatchContext namespace 28 class FSUseQuery(MatchContext, PolicyQuery):
|
H A D | netifconquery.py | 21 from .mixins import MatchContext, MatchName namespace 26 class NetifconQuery(MatchContext, MatchName, PolicyQuery):
|
H A D | pcideviceconquery.py | 21 from .mixins import MatchContext namespace 25 class PcideviceconQuery(MatchContext, PolicyQuery):
|
H A D | pirqconquery.py | 21 from .mixins import MatchContext namespace 25 class PirqconQuery(MatchContext, PolicyQuery):
|
H A D | genfsconquery.py | 23 from .mixins import MatchContext namespace 28 class GenfsconQuery(MatchContext, PolicyQuery):
|
H A D | iomemconquery.py | 21 from .mixins import MatchContext namespace 27 class IomemconQuery(MatchContext, PolicyQuery):
|
H A D | ioportconquery.py | 21 from .mixins import MatchContext namespace 27 class IoportconQuery(MatchContext, PolicyQuery):
|
H A D | nodeconquery.py | 27 from .mixins import MatchContext namespace 31 class NodeconQuery(MatchContext, PolicyQuery):
|
H A D | portconquery.py | 22 from .mixins import MatchContext namespace 28 class PortconQuery(MatchContext, PolicyQuery):
|
H A D | mixins.py | 52 class MatchContext(object): class in inherits:object
|
Completed in 299 milliseconds