diff --git a/contrib/system_containers/centos/config.json.template b/contrib/system_containers/centos/config.json.template index 1b2d47ec..19963b3f 100644 --- a/contrib/system_containers/centos/config.json.template +++ b/contrib/system_containers/centos/config.json.template @@ -253,6 +253,17 @@ "source": "/tmp", "type": "bind" }, + { + "destination": "/var/tmp", + "options": [ + "private", + "bind", + "rw", + "mode=755" + ], + "source": "/var/tmp", + "type": "bind" + }, { "destination": "/etc", "options": [ diff --git a/contrib/system_containers/fedora/config.json.template b/contrib/system_containers/fedora/config.json.template index a606ac56..91333f0c 100644 --- a/contrib/system_containers/fedora/config.json.template +++ b/contrib/system_containers/fedora/config.json.template @@ -258,6 +258,17 @@ "source": "/tmp", "type": "bind" }, + { + "destination": "/var/tmp", + "options": [ + "private", + "bind", + "rw", + "mode=755" + ], + "source": "/var/tmp", + "type": "bind" + }, { "destination": "/etc", "options": [ diff --git a/contrib/system_containers/rhel/config.json.template b/contrib/system_containers/rhel/config.json.template index a8295820..120575f4 100644 --- a/contrib/system_containers/rhel/config.json.template +++ b/contrib/system_containers/rhel/config.json.template @@ -248,6 +248,17 @@ "source": "/tmp", "type": "bind" }, + { + "destination": "/var/tmp", + "options": [ + "private", + "bind", + "rw", + "mode=755" + ], + "source": "/var/tmp", + "type": "bind" + }, { "destination": "/etc", "options": [