mirror of
https://github.com/rancher/os.git
synced 2025-09-02 15:24:32 +00:00
Hide the selinux command
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user