diff --git a/build-vm-podman b/build-vm-podman index b0184756..32ca87cf 100644 --- a/build-vm-podman +++ b/build-vm-podman @@ -35,7 +35,7 @@ vm_startup_podman() { podman run \ --runtime=runc \ --rm --name "$name" --net=none $podman_opts \ - --mount "type=bind,source=$BUILD_ROOT,destination=/" \ + --mount "type=bind,relabel=private,source=$BUILD_ROOT,destination=/" \ "$@" build-scratch:latest "$vm_init_script" BUILDSTATUS="$?" test "$BUILDSTATUS" != 255 || BUILDSTATUS=3