Home | History | Annotate | Download | only in bin

Lines Matching refs:help

30 parser.add_argument("policy", help="Path to the SELinux policy to search.", nargs="?")
32 help="Print extra informational messages")
33 parser.add_argument("--debug", action="store_true", dest="debug", help="Enable debugging.")
36 rtypes.add_argument("-A", action="store_true", help="Search allow and allowxperm rules.")
39 help="Search allow rules.")
42 help="Search allowxperm rules.")
45 help="Search auditallow rules.")
48 help="Search auditallowxperm rules.")
51 help="Search dontaudit rules.")
54 help="Search dontauditxperm rules.")
57 help="Search neverallow rules.")
60 help="Search neverallowxperm rules.")
63 help="Search type_transition rules.")
66 help="Search type_change rules.")
69 help="Search type_member rules.")
73 help="Search role allow rules.")
76 help="Search role_transition rules.")
81 help="Search range_transition rules.")
85 help="Source type/role of the TE/RBAC rule.")
87 help="Target type/role of the TE/RBAC rule.")
89 help="Comma separated list of object classes")
91 help="Comma separated list of permissions.")
93 help="Comma separated list of extended permissions.")
95 help="Default of the rule. (type/role/range transition rules)")
97 help="Comma separated list of Booleans in the conditional expression.")
101 help="Match Boolean list exactly instead of matching any listed Boolean.")
103 help="Match permission set exactly instead of matching any listed permission.")
105 help="Match extended permission set exactly instead of matching any listed "
108 help="Match source attributes directly instead of matching member types/roles.")
110 help="Match target attributes directly instead of matching member types/roles.")
112 help="Use regular expression matching for the source type/role.")
114 help="Use regular expression matching for the target type/role.")
116 help="Use regular expression matching for the object class.")
118 help="Use regular expression matching for the default type/role.")
120 help="Use regular expression matching for Booleans.")