diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-19 14:05:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 14:05:29 -0400 |
commit | d8cd20547831eb2074a9d45e9cd6999af0ab8a41 (patch) | |
tree | e5a9966b6ada71cef3997a261e68a2e0ea9ad9e5 | |
parent | 48db8d9868ecbb1523f5b4b69815d16a19afa36f (diff) | |
parent | 9a02b50551d73c1427d158cca85d020fc71e27a7 (diff) | |
download | podman-d8cd20547831eb2074a9d45e9cd6999af0ab8a41.tar.gz podman-d8cd20547831eb2074a9d45e9cd6999af0ab8a41.tar.bz2 podman-d8cd20547831eb2074a9d45e9cd6999af0ab8a41.zip |
Merge pull request #10727 from mheon/add_run_uid_to_tmpfiles
[CI:DOCS] Add an entry for `/run/user-$UID/libpod` to tmpfiles
-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 650678a21..bd7dec5ce 100644 --- a/contrib/tmpfile/podman.conf +++ b/contrib/tmpfile/podman.conf @@ -2,5 +2,6 @@ # for many days. This following line prevents systemd from removing this content. x /tmp/podman-run-* x /tmp/containers-user-* +x /tmp/run-*/libpod D! /run/podman 0700 root root D! /var/lib/cni/networks |