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:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user