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

  /external/selinux/prebuilts/bin/
seinfo.py 4 # This file is part of SETools.
6 # SETools is free software: you can redistribute it and/or modify
11 # SETools is distributed in the hope that it will be useful,
17 # along with SETools. If not, see <http://www.gnu.org/licenses/>.
21 import setools
35 parser.add_argument("--version", action="version", version=setools.__version__)
115 p = setools.SELinuxPolicy(args.policy)
119 q = setools.BoolQuery(p)
126 q = setools.CategoryQuery(p)
133 q = setools.ObjClassQuery(p
    [all...]
sesearch.py 4 # This file is part of SETools.
6 # SETools is free software: you can redistribute it and/or modify
11 # SETools is distributed in the hope that it will be useful,
17 # along with SETools. If not, see <http://www.gnu.org/licenses/>.
21 import setools
29 parser.add_argument("--version", action="version", version=setools.__version__)
142 p = setools.SELinuxPolicy(args.policy)
145 q = setools.TERuleQuery(p,
196 q = setools.RBACRuleQuery(p,
220 q = setools.MLSRuleQuery(p
    [all...]
sediff.py 4 # This file is part of SETools.
6 # SETools is free software: you can redistribute it and/or modify
11 # SETools is distributed in the hope that it will be useful,
17 # along with SETools. If not, see <http://www.gnu.org/licenses/>.
21 import setools
32 parser.add_argument("--version", action="version", version=setools.__version__)
130 p1 = setools.SELinuxPolicy(args.POLICY1[0])
131 p2 = setools.SELinuxPolicy(args.POLICY2[0])
132 diff = setools.PolicyDifference(p1, p2)
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 9 import setools
93 # the setools policy handle
155 _pol = setools.SELinuxPolicy(policy_file)
170 q = setools.TypeQuery(_pol)
182 q = setools.RoleQuery(_pol)
193 q = setools.TypeAttributeQuery(_pol)
203 q = setools.PortconQuery(_pol)
227 q = setools.UserQuery(_pol)
244 q = setools.BoolQuery(_pol)
254 q = setools.ObjClassQuery(_pol
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
policygen.py 29 from setools import *
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
policygen.py 29 from setools import *
  /external/selinux/python/semanage/
seobject.py 35 import setools
    [all...]

Completed in 339 milliseconds