not privileged

Change-Id: If072feae5e8e2555cde8320cc86c57a870107a44
This commit is contained in:
Neels Hofmeyr 2020-08-09 20:50:35 +00:00 committed by Neels Hofmeyr
parent 4d53f77172
commit 31bc02e750
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ if [ "x$1" = "x-h" ]; then
if [ -d "$3" ]; then
ADD_BSC_RUN_CMD="sleep 100000"
ADD_BSC_VOLUMES="$ADD_BSC_VOLUMES -v $3:/src"
ADD_BSC_RUN_OPTS="--privileged"
#ADD_BSC_RUN_OPTS="--privileged"
fi
fi

View File

@ -26,7 +26,7 @@ if [ "x$1" = "x-h" ]; then
if [ -d "$3" ]; then
ADD_BSC_RUN_CMD="sleep 9999999"
ADD_BSC_VOLUMES="$ADD_BSC_VOLUMES -v $3:/src"
ADD_BSC_RUN_OPTS="--privileged"
#ADD_BSC_RUN_OPTS="--privileged"
fi
fi

View File

@ -29,7 +29,7 @@ if [ "x$1" = "x-h" ]; then
if [ -d "$3" ]; then
ADD_MSC_VOLUMES="$ADD_MSC_VOLUMES -v $3:/src"
MSC_RUN_CMD="sleep 9999999"
ADD_MSC_RUN_OPTS="--privileged"
#ADD_MSC_RUN_OPTS="--privileged"
fi
fi