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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
__init__.py 24 from .policyrep import SELinuxPolicy
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 71 class SELinuxPolicy(object):
94 return "<SELinuxPolicy(\"{0}\")>".format(self.filename)
101 newobj = SELinuxPolicy.__new__(SELinuxPolicy)
  /external/selinux/prebuilts/bin/
sesearch.py 116 p = setools.SELinuxPolicy(args.policy)
seinfo.py 100 p = setools.SELinuxPolicy(args.policy)
sediff.py 106 p1 = setools.SELinuxPolicy(args.POLICY1[0])
107 p2 = setools.SELinuxPolicy(args.POLICY2[0])
    [all...]

Completed in 51 milliseconds