mirror of
https://github.com/rancher/os.git
synced 2025-08-12 12:02:22 +00:00
Rename SELinux tools image
This commit is contained in:
parent
42a0c45245
commit
99450ccdd4
@ -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{})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user