diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-14 10:42:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 10:42:50 -0500 |
commit | 999d40d2c76992cfd2d8c0827b7b0d00c4a2a661 (patch) | |
tree | 20c0e97ca076dd4596d6421e8c900d75d1179ef5 /contrib | |
parent | 2854cdcd5829037a16659b46839b27fd5d58591f (diff) | |
parent | 2e0a9c453b03d2a372a3ab03b9720237e93a067c (diff) | |
download | podman-999d40d2c76992cfd2d8c0827b7b0d00c4a2a661.tar.gz podman-999d40d2c76992cfd2d8c0827b7b0d00c4a2a661.tar.bz2 podman-999d40d2c76992cfd2d8c0827b7b0d00c4a2a661.zip |
Merge pull request #8692 from rhatdan/network
[CI:DOCS] Cleanup CNI Networks on reboot
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tmpfile/podman.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/tmpfile/podman.conf b/contrib/tmpfile/podman.conf index d769671e3..e7cad4066 100644 --- a/contrib/tmpfile/podman.conf +++ b/contrib/tmpfile/podman.conf @@ -1,4 +1,5 @@ # /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-.* -d /run/podman 0700 root root +x /tmp/podman-run-* +D! /run/podman 0700 root root +D! /var/lib/cni/networks |