mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
3745b2be56
When running a script from an azure file share interrupted syscall occurs quite frequently, to remedy this add retries around execve syscall, when EINTR is returned. Signed-off-by: Maksim An <maksiman@microsoft.com> (cherry picked from commite39ad65059) [Minor conflict in libcontainer/standard_init_linux.go due to missing commite918d02139-- resolved manually] Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>