Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
executor: mount /syz-inputs dir to fuzzing sandbox
Syzkaller allows user to specify filepath arguments in syscalls via globs. However, on linux, you are effectivly limited to some /sys and /dev paths due to sandboxing. With this change, user can supply their custom fuzzing artifacts to /syz-inputs to use those in globs. They are mounted read-only to increase reproducibility.
- Loading branch information