Blame SOURCES/podman-1895027.patch
|
|
04302e |
diff -up libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/vendor/github.com/containers/buildah/run_linux.go.orig libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/vendor/github.com/containers/buildah/run_linux.go
|
|
|
04302e |
--- libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/vendor/github.com/containers/buildah/run_linux.go.orig 2020-12-10 13:29:00.744683412 +0100
|
|
|
04302e |
+++ libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/vendor/github.com/containers/buildah/run_linux.go 2020-12-10 13:29:08.319636738 +0100
|
|
|
04302e |
@@ -460,7 +460,7 @@ func (b *Builder) setupMounts(mountPoint
|
|
|
04302e |
}
|
|
|
04302e |
|
|
|
04302e |
// Get the list of secrets mounts.
|
|
|
04302e |
- secretMounts := secrets.SecretMountsWithUIDGID(b.MountLabel, cdir, b.DefaultMountsFilePath, mountPoint, int(rootUID), int(rootGID), unshare.IsRootless(), false)
|
|
|
04302e |
+ secretMounts := secrets.SecretMountsWithUIDGID(b.MountLabel, cdir, b.DefaultMountsFilePath, cdir, int(rootUID), int(rootGID), unshare.IsRootless(), false)
|
|
|
04302e |
|
|
|
04302e |
// Add temporary copies of the contents of volume locations at the
|
|
|
04302e |
// volume locations, unless we already have something there.
|