Lines Matching full:setools
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__)
106 p1 = setools.SELinuxPolicy(args.POLICY1[0])
107 p2 = setools.SELinuxPolicy(args.POLICY2[0])
108 diff = setools.PolicyDifference(p1, p2)