diff options
| author | mspecter <mikespecter@gmail.com> | 2019-06-11 06:06:50 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-06-11 12:06:50 +0200 |
| commit | d2f63c9b494cffdb8e2a2d3bc9ad682b417a501e (patch) | |
| tree | 300b1a75382913f83b2fd15439f0b4d0c3e99275 /CONTRIBUTORS | |
| parent | 5b5826d06539695f1c2b54039d145d62e7dc8e8a (diff) | |
pkg/host: improve openat check
* Add support for non-obvious open commands
* Adding Michael Specter to CONTRIBUTORS
* update
* /pkg/host/host_linux.go: leverage .txt for OpenAt
Allows users to specify OpenAt flags. Currently, Syzkaller will
automatically attempt to open device nodes at startup, and ignore
descriptions that do not exist. Unfortunately, Syzkaller only opens with
read-only permissions, and some device drivers will
return -EINVAL or likewise if the correct flags are not specified.
Diffstat (limited to 'CONTRIBUTORS')
| -rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 298beca9b..4b80b3bd3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -18,6 +18,7 @@ Google Inc. Julia Hansbrough Dan Austin Victor Hsieh + Michael A. Specter Baozeng Ding Lorenzo Stoakes Jeremy Huang |
