diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-24 15:58:29 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-24 15:58:31 -0400 |
commit | 9ba23be549e9de6eb7efbcfc26e99052e39744fc (patch) | |
tree | a63d6fce664def9d71757b0a02b6c117505c68a9 /contrib | |
parent | af91f27d85f4104267eea493f8588f8c6a2d01e3 (diff) | |
download | podman-9ba23be549e9de6eb7efbcfc26e99052e39744fc.tar.gz podman-9ba23be549e9de6eb7efbcfc26e99052e39744fc.tar.bz2 podman-9ba23be549e9de6eb7efbcfc26e99052e39744fc.zip |
[NO TESTS NEEDED] Remove /tmp/containers-users-* files on reboot
Helps Fix https://github.com/containers/podman/issues/9765
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 e7cad4066..650678a21 100644 --- a/contrib/tmpfile/podman.conf +++ b/contrib/tmpfile/podman.conf @@ -1,5 +1,6 @@ # /tmp/podman-run-* directory can contain content for Podman containers that have run # for many days. This following line prevents systemd from removing this content. x /tmp/podman-run-* +x /tmp/containers-user-* D! /run/podman 0700 root root D! /var/lib/cni/networks |