diff --git a/contrib/system_containers/centos/config.json.template b/contrib/system_containers/centos/config.json.template index 19963b3f..ddcc7701 100644 --- a/contrib/system_containers/centos/config.json.template +++ b/contrib/system_containers/centos/config.json.template @@ -396,7 +396,7 @@ "options": [ "rbind", "rprivate", - "ro", + "rw", "mode=755" ], "source": "${OPT_CNI}", diff --git a/contrib/system_containers/fedora/config.json.template b/contrib/system_containers/fedora/config.json.template index 91333f0c..ea46c4ae 100644 --- a/contrib/system_containers/fedora/config.json.template +++ b/contrib/system_containers/fedora/config.json.template @@ -401,7 +401,7 @@ "options": [ "rbind", "rprivate", - "ro", + "rw", "mode=755" ], "source": "${OPT_CNI}", diff --git a/contrib/system_containers/rhel/config.json.template b/contrib/system_containers/rhel/config.json.template index 120575f4..b24f6e24 100644 --- a/contrib/system_containers/rhel/config.json.template +++ b/contrib/system_containers/rhel/config.json.template @@ -391,7 +391,7 @@ "options": [ "rbind", "rprivate", - "ro", + "rw", "mode=755" ], "source": "${OPT_CNI}",