aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setup_linux-host_isolated.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: move linux kernel specific docs to docs/linux/ dirAndrey Konovalov2017-10-271-113/+0
|
* syz-manager/mgrconfig: explicitly specify target in configDmitry Vyukov2017-09-151-0/+2
| | | | | Add target config parameter (e.g. linux/amd64) which controls target OS/arch. No more explicit assumptions about target.
* docs: small fixesAndrey Konovalov2017-07-241-0/+3
|
* Add Isolated VMThomas Garnier2017-07-181-0/+108
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>