1
0
mirror of https://github.com/rancher/os.git synced 2025-07-31 06:32:09 +00:00

Rename SELinux tools image

This commit is contained in:
Josh Curl 2016-02-23 08:59:58 -08:00
parent 42a0c45245
commit 99450ccdd4

View File

@ -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{})
}