Home
last modified time | relevance | path

Searched refs:rtypes (Results 1 – 2 of 2) sorted by relevance

/external/selinux/prebuilts/bin/
Dsesearch.py35 rtypes = parser.add_argument_group("TE Rule Types") variable
36 rtypes.add_argument("-A", action="store_true", help="Search allow and allowxperm rules.")
37 rtypes.add_argument("--allow", action="append_const",
40 rtypes.add_argument("--allowxperm", action="append_const",
43 rtypes.add_argument("--auditallow", action="append_const",
46 rtypes.add_argument("--auditallowxperm", action="append_const",
49 rtypes.add_argument("--dontaudit", action="append_const",
52 rtypes.add_argument("--dontauditxperm", action="append_const",
55 rtypes.add_argument("--neverallow", action="append_const",
58 rtypes.add_argument("--neverallowxperm", action="append_const",
[all …]
/external/selinux/python/sepolicy/sepolicy/
D__init__.py335 rtypes = ['type_transition', 'type_change', 'type_member']
337 ruletype=rtypes,