mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Rename SELinux tools image
This commit is contained in:
@@ -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{})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user