mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
f479676cce
Since Go 1.19, the same functionality is there in os/exec package. As we require go 1.22 now, there's no need to have this. This basically reverts commit9258eac0("libct/start: use execabs for newuidmap lookup"). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commiteb2ff52ace) Signed-off-by: Austin Vazquez <macedonv@amazon.com>