summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-05-22 11:56:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-06-03 18:46:49 +0000
commitf9fe9773ec1873b9476eda0c4d374cd286b085eb (patch)
treedbf6a76a14967cb2a8d0cce195865011ced74785 /lib
parentReleasing debian version 20170510-1. (diff)
downloadopen-infrastructure-compute-tools-f9fe9773ec1873b9476eda0c4d374cd286b085eb.tar.xz
open-infrastructure-compute-tools-f9fe9773ec1873b9476eda0c4d374cd286b085eb.zip
Merging upstream version 20170522.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/container/start2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/start b/lib/container/start
index 014e859..88f2ea6 100755
--- a/lib/container/start
+++ b/lib/container/start
@@ -238,7 +238,7 @@ then
for DIRECTORIES in ${BINDS_RO}
do
- BIND_RO="${BIND_RO} --bind ${DIRECTORIES}"
+ BIND_RO="${BIND_RO} --bind-ro ${DIRECTORIES}"
done
fi