fix systemcontext to use correct TMPDIR

Users are complaining about read/only /var/tmp failing
even if TMPDIR=/tmp is set.

This PR Fixes: https://github.com/containers/podman/issues/10698

[NO TESTS NEEDED] No way to test this.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2021-06-18 17:27:39 -04:00
parent 48db8d9868
commit 7864108ff1
9 changed files with 29 additions and 17 deletions

View File

@ -1,4 +1,4 @@
package version
// Version is the version of the build.
const Version = "0.40.0"
const Version = "0.40.1-dev"