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.")
38 help="Search allow rules.")
41 help="Search auditallow rules.")
44 help="Search dontaudit rules.")
47 help="Search type_transition rules.")
50 help="Search type_change rules.")
53 help="Search type_member rules.")
58 help="Search role allow rules.")
61 help="Search role_transition rules.")
66 help="Search range_transition rules.")
70 help="Source type/role of the TE/RBAC rule.")
72 help="Target type/role of the TE/RBAC rule.")
74 help="Comma separated list of object classes")
76 help="Comma separated list of permissions.")
78 help="Default of the rule. (type/role/range transition rules)")
80 help="Comma separated list of Booleans in the conditional expression.")
84 help="Match Boolean list exactly instead of matching any listed Boolean.")
86 help="Match permission set exactly instead of matching any listed permission.")
88 help="Match source attributes directly instead of matching member types/roles.")
90 help="Match target attributes directly instead of matching member types/roles.")
92 help="Use regular expression matching for the source type/role.")
94 help="Use regular expression matching for the target type/role.")
96 help="Use regular expression matching for the object class.")
98 help="Use regular expression matching for the default type/role.")
100 help="Use regular expression matching for Booleans.")