From b1b380d67b1fb1668446599181d7115aca3902a0 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 9 Jan 2018 18:00:43 +0100 Subject: [PATCH 1/3] syscontainer, centos: create /var/run/crio Signed-off-by: Giuseppe Scrivano --- contrib/system_containers/centos/tmpfiles.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/system_containers/centos/tmpfiles.template b/contrib/system_containers/centos/tmpfiles.template index 015919c4..94472677 100644 --- a/contrib/system_containers/centos/tmpfiles.template +++ b/contrib/system_containers/centos/tmpfiles.template @@ -1,4 +1,4 @@ -d ${RUN_DIRECTORY}/${NAME} - - - - - +d ${RUN_DIRECTORY}/crio - - - - - d /etc/crio - - - - - Z /etc/crio - - - - - d ${STATE_DIRECTORY}/origin - - - - - From 6bb1b7e17d9dce3e730aed26faa197a4680fae3a Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 9 Jan 2018 18:00:53 +0100 Subject: [PATCH 2/3] syscontainer, rhel: create /var/run/crio Signed-off-by: Giuseppe Scrivano --- contrib/system_containers/rhel/tmpfiles.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/system_containers/rhel/tmpfiles.template b/contrib/system_containers/rhel/tmpfiles.template index 015919c4..94472677 100644 --- a/contrib/system_containers/rhel/tmpfiles.template +++ b/contrib/system_containers/rhel/tmpfiles.template @@ -1,4 +1,4 @@ -d ${RUN_DIRECTORY}/${NAME} - - - - - +d ${RUN_DIRECTORY}/crio - - - - - d /etc/crio - - - - - Z /etc/crio - - - - - d ${STATE_DIRECTORY}/origin - - - - - From 2cb22eba497035ebd4d223813b1f94d8039e683f Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 9 Jan 2018 18:01:03 +0100 Subject: [PATCH 3/3] syscontainer, fedora: create /var/run/crio Signed-off-by: Giuseppe Scrivano --- contrib/system_containers/fedora/tmpfiles.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/system_containers/fedora/tmpfiles.template b/contrib/system_containers/fedora/tmpfiles.template index 015919c4..94472677 100644 --- a/contrib/system_containers/fedora/tmpfiles.template +++ b/contrib/system_containers/fedora/tmpfiles.template @@ -1,4 +1,4 @@ -d ${RUN_DIRECTORY}/${NAME} - - - - - +d ${RUN_DIRECTORY}/crio - - - - - d /etc/crio - - - - - Z /etc/crio - - - - - d ${STATE_DIRECTORY}/origin - - - - -