HomeSort by relevance Sort by last modified time
    Searched full:setools (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
compquery.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
28 """Base class for SETools component queries."""
exception.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
27 """Base class for all SETools exceptions."""
polcapquery.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
__init__.py 1 """The SETools SELinux policy analysis library."""
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 # License along with SETools. If not, see
categoryquery.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
commonquery.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
boolquery.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
defaultquery.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
conditional.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
context.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
descriptors.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
polcap.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
__init__.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
bool.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
commons.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
initsid.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
properties.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
typeattr.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
mlsrules.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
71 self.log.error("Unknown rule type: {0} (This is an SETools bug)".
81 self.log.error("Unknown rule type: {0} (This is an SETools bug)".
fsuse.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
genfscon.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
netifcon.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
polcap.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
initsid.py 3 # This file is part of SETools.
5 # SETools is free software: you can redistribute it and/or modify
10 # SETools is distributed in the hope that it will be useful,
16 # License along with SETools. If not, see
  /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 namespace
35 parser.add_argument("--version", action="version", version=setools.__version__)
100 p = setools.SELinuxPolicy(args.policy)
104 q = setools.BoolQuery(p)
111 q = setools.CategoryQuery(p)
118 q = setools.ObjClassQuery(p
    [all...]

Completed in 183 milliseconds

1 2 3 4