All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in semanage args for minimum policy store
@ 2015-07-09  8:16 Petr Lautrbach
  2015-07-09 10:04 ` Dominick Grift
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Lautrbach @ 2015-07-09  8:16 UTC (permalink / raw)
  To: selinux

---
 policycoreutils/semanage/semanage | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policycoreutils/semanage/semanage b/policycoreutils/semanage/semanage
index dd63010..dd1010a 100644
--- a/policycoreutils/semanage/semanage
+++ b/policycoreutils/semanage/semanage
@@ -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 = []
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-09 13:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-09  8:16 [PATCH] Fix typo in semanage args for minimum policy store Petr Lautrbach
2015-07-09 10:04 ` Dominick Grift
2015-07-09 10:49   ` Petr Lautrbach
2015-07-09 13:04     ` Stephen Smalley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.