mirror of
https://github.com/containers/podman.git
synced 2026-03-20 07:37:11 -04:00
After we re-exec in the userNS os.Getuid() returns the new UID (= 0) which is not what we want to use. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1048 Approved by: mheon