mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-27 08:22:07 +00:00
Fix typo in semanage args for minimum policy store
This commit is contained in:
parent
0979e35ddb
commit
6fd8e08606
@ -788,7 +788,7 @@ def createCommandParser():
|
||||
|
||||
def make_io_args(args):
|
||||
# import/export backward compability
|
||||
args_origin = ["-S", "-o", "-i", "targeted", "minumum", "mls"]
|
||||
args_origin = ["-S", "-o", "-i", "targeted", "minimum", "mls"]
|
||||
args_file = []
|
||||
args_ie = []
|
||||
args_subcommand = []
|
||||
|
Loading…
Reference in New Issue
Block a user