1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 15:40:47 +00:00

Merge pull request #774 from joshwget/rename-selinux-tools-image

Rename SELinux tools image
This commit is contained in:
Darren Shepherd
2016-02-23 12:26:11 -07:00

View File

@@ -49,7 +49,7 @@ func selinuxCommand() cli.Command {
"-v", "/etc/selinux:/etc/selinux", "-v", "/etc/selinux:/etc/selinux",
"-v", "/var/lib/selinux:/var/lib/selinux", "-v", "/var/lib/selinux:/var/lib/selinux",
"-v", "/usr/share/selinux:/usr/share/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{}) syscall.Exec("/bin/system-docker", argv, []string{})
} }