diff options
| author | Thomas Garnier <thgarnie@google.com> | 2017-06-12 14:31:03 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-07-18 09:57:38 +0200 |
| commit | 3fd92b96944c61c6ba0962cc9fe7620080172d9f (patch) | |
| tree | 8ea104b6877a1344d01d0f02460cbc93d2187f3b /docs/setup.md | |
| parent | 7c1ee0634b4335bd7b31b2ef063fffbcfa3b6484 (diff) | |
Add Isolated VM
Add a new isolated VM for machines that you cannot easily manage. It
assumes the machine is only available through SSH and create a reverse
proxy to ensure the machine can connect back to syz-manager.
Signed-off-by: Thomas Garnier <thgarnie@google.com>
Diffstat (limited to 'docs/setup.md')
| -rw-r--r-- | docs/setup.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/setup.md b/docs/setup.md index cadc4ca26..933db69cb 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -7,6 +7,7 @@ Instructions for a particular VM or kernel arch can be found on these pages: - [Setup: Ubuntu host, Odroid C2 board, arm64 kernel](setup_ubuntu-host_odroid-c2-board_arm64-kernel.md) - [Setup: Linux host, QEMU vm, arm64 kernel](setup_linux-host_qemu-vm_arm64-kernel.md) - [Setup: Linux host, Android device, arm64 kernel](setup_linux-host_android-device_arm64-kernel.md) +- [Setup: Linux isolated host](setup_linux-host_isolated.md) After following these instructions you should be able to run `syz-manager`, see it executing programs and be able to access statistics exposed at `http://127.0.0.1:56741`: |
