diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-15 10:41:52 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-15 10:43:51 -0400 |
commit | 3e77f960f65687dcb1d571ebe70278028c6de441 (patch) | |
tree | ce531988c837f88aee6e4548bf5a59662665a3c1 /contrib | |
parent | 81f41ca0d2a0acd9896bb60b1096baa236725dec (diff) | |
download | podman-3e77f960f65687dcb1d571ebe70278028c6de441.tar.gz podman-3e77f960f65687dcb1d571ebe70278028c6de441.tar.bz2 podman-3e77f960f65687dcb1d571ebe70278028c6de441.zip |
Set default storage from containers.conf for temporary images
Fixes: https://github.com/containers/podman/issues/11107
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tmpfile/podman.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tmpfile/podman.conf b/contrib/tmpfile/podman.conf index bd7dec5ce..729d1a549 100644 --- a/contrib/tmpfile/podman.conf +++ b/contrib/tmpfile/podman.conf @@ -3,5 +3,6 @@ x /tmp/podman-run-* x /tmp/containers-user-* x /tmp/run-*/libpod +D! /var/lib/containers/storage/tmp 0700 root root D! /run/podman 0700 root root D! /var/lib/cni/networks |