mirror of
https://github.com/containers/podman.git
synced 2025-12-11 01:11:30 +08:00
vendor in containers/storage v1.24.1 containers/image v5.8.1
These vendors fix the handling of homedirs. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/storage/pkg/unshare/unshare.go
generated
vendored
1
vendor/github.com/containers/storage/pkg/unshare/unshare.go
generated
vendored
@@ -26,6 +26,7 @@ func HomeDir() (string, error) {
|
||||
return
|
||||
}
|
||||
homeDir, homeDirErr = usr.HomeDir, nil
|
||||
return
|
||||
}
|
||||
homeDir, homeDirErr = home, nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user