Skip to content

Commit 820f019

Browse files
vmojzisbachradsusi
authored andcommitted
python/audit2allow: Remove unused "debug" option
The option is not referenced anywhere in the code and I couldn't figure out its purpose from the description. Signed-off-by: Vit Mojzis <[email protected]>
1 parent 97ec1f7 commit 820f019

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/audit2allow/audit2allow

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ class AuditToPolicy:
8888
parser.add_option("--interface-info", dest="interface_info", help="file name of interface information")
8989
parser.add_option("-x", "--xperms", action="store_true", dest="xperms",
9090
default=False, help="generate extended permission rules")
91-
parser.add_option("--debug", dest="debug", action="store_true", default=False,
92-
help="leave generated modules for -M")
9391
parser.add_option("-w", "--why", dest="audit2why", action="store_true", default=(os.path.basename(sys.argv[0]) == "audit2why"),
9492
help="Translates SELinux audit messages into a description of why the access was denied")
9593

0 commit comments

Comments
 (0)