Home | History | Annotate | Download | only in bin

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
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)
125 q = setools.CommonQuery(p)
132 q = setools.ConstraintQuery(p, ruletype=["constrain", "mlsconstrain"])
139 q = setools.DefaultQuery(p)
146 q = setools.FSUseQuery(p)
153 q = setools.GenfsconQuery(p)
160 q = setools.InitialSIDQuery(p)
167 q = setools.NetifconQuery(p)
174 q = setools.NodeconQuery(p)
181 q = setools.TypeQuery(p, permissive=True, match_permissive=True)
188 q = setools.PolCapQuery(p)
195 q = setools.PortconQuery(p)
212 q = setools.RoleQuery(p)
219 q = setools.SensitivityQuery(p)
226 q = setools.TypeQuery(p)
233 q = setools.TypeAttributeQuery(p)
240 q = setools.UserQuery(p)
247 q = setools.ConstraintQuery(p, ruletype=["validatetrans", "mlsvalidatetrans"])