1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 23:34:57 +00:00

Hide the selinux command

This commit is contained in:
niusmallnan
2018-12-12 11:49:04 +08:00
parent fe17440898
commit 6dd6b2760b

View File

@@ -11,6 +11,7 @@ import (
func selinuxCommand() cli.Command { func selinuxCommand() cli.Command {
app := cli.Command{} app := cli.Command{}
app.Hidden = true
app.Name = "selinux" app.Name = "selinux"
app.Action = func(c *cli.Context) error { app.Action = func(c *cli.Context) error {
argv := []string{"system-docker", "run", "-it", "--privileged", "--rm", argv := []string{"system-docker", "run", "-it", "--privileged", "--rm",