Vendor in containers/storage v1.40.2

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2022-05-03 13:06:55 -04:00
parent 39a4475cf3
commit 737ed9c2a4
5 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
1.40.0
1.40.2

View File

@@ -133,7 +133,7 @@ func createUsernsProcess(uidMaps []idtools.IDMap, gidMaps []idtools.IDMap) (int,
_ = unix.Prctl(unix.PR_SET_PDEATHSIG, uintptr(unix.SIGKILL), 0, 0, 0)
// just wait for the SIGKILL
for {
syscall.Syscall6(uintptr(unix.SYS_PAUSE), 0, 0, 0, 0, 0, 0)
syscall.Pause()
}
}
cleanupFunc := func() {