#!/usr/bin/env bash # Copyright 2024 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. set -xeuo pipefail workdir="$(mktemp -d /tmp/syzkaller-gvisor-test.XXXXXX)" cleanup() { sudo -E rm -rf "$workdir" } trap cleanup EXIT syzdir="$(pwd)" cat > "$workdir/config" <