diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-24 15:58:29 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-03-29 13:24:36 -0400 |
commit | 7148544df0383713e663ae26ad9a6a7e6e0b27e9 (patch) | |
tree | 6f56b7e7c577fc6f5b0468d8e60902ed58f530d9 | |
parent | 88672b58cfb9aed09b461cfd040472fdc3f867d9 (diff) | |
download | podman-7148544df0383713e663ae26ad9a6a7e6e0b27e9.tar.gz podman-7148544df0383713e663ae26ad9a6a7e6e0b27e9.tar.bz2 podman-7148544df0383713e663ae26ad9a6a7e6e0b27e9.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>
-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 |