mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-28 05:40:26 +00:00
a2d178996b
The new manager config argument workdir_template refers to a directory. Optional. Each VM will get a recursive copy of the files that are present in workdir_template. VM config can then use these private copies as needed. The copy directory can be referenced with "{{TEMPLATE}}" string. This is different from using the files directly in that each instance will get own clean, private, scratch copy of the files. Currently supported only for qemu_args argument of qemu VM type. Use example: Create a template dir with necessary files: $ mkdir /mytemplatedir $ truncate -s 64K /mytemplatedir/fd Then specify the dir in the manager config: "workdir_template": "/mytemplatedir" Then use these files in VM config: "qemu_args": "-fda {{TEMPLATE}}/fd" |
||
---|---|---|
.. | ||
fileutil_test.go | ||
fileutil.go | ||
osutil_akaros.go | ||
osutil_appengine.go | ||
osutil_bsd.go | ||
osutil_darwin.go | ||
osutil_fuchsia.go | ||
osutil_linux.go | ||
osutil_test.go | ||
osutil_unix.go | ||
osutil_windows.go | ||
osutil.go |