From 6dd6b2760b9ad35b09e2185d6e0b7ad85adedd60 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Wed, 12 Dec 2018 11:49:04 +0800 Subject: [PATCH] Hide the selinux command --- cmd/control/selinux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/control/selinux.go b/cmd/control/selinux.go index 7ea7b317..d1d79916 100644 --- a/cmd/control/selinux.go +++ b/cmd/control/selinux.go @@ -11,6 +11,7 @@ import ( func selinuxCommand() cli.Command { app := cli.Command{} + app.Hidden = true app.Name = "selinux" app.Action = func(c *cli.Context) error { argv := []string{"system-docker", "run", "-it", "--privileged", "--rm",