diff --git a/cmd/control/selinux.go b/cmd/control/selinux.go index 685fed1f..1b72472e 100644 --- a/cmd/control/selinux.go +++ b/cmd/control/selinux.go @@ -49,7 +49,7 @@ func selinuxCommand() cli.Command { "-v", "/etc/selinux:/etc/selinux", "-v", "/var/lib/selinux:/var/lib/selinux", "-v", "/usr/share/selinux:/usr/share/selinux", - fmt.Sprintf("rancher/selinuxtools:%s", config.VERSION), "bash"} + fmt.Sprintf("rancher/os-selinuxtools:%s", config.VERSION), "bash"} syscall.Exec("/bin/system-docker", argv, []string{}) }