aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-01-13 20:45:35 +0100
committerDmitry Vyukov <dvyukov@google.com>2016-01-13 20:45:35 +0100
commitb217dcb509f133976933640563ff5c41bc97fc0b (patch)
tree4ce44036b17a4b0e21c1d9d0d83368156c7e3c45 /executor
parentd399ab9dc9ddf7417f2f91c70e6298348312fbab (diff)
sys: support /dev/input/{mouse,mice,event}
Diffstat (limited to 'executor')
-rw-r--r--executor/syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 84be3d7a1..f0af5c641 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -875,6 +875,7 @@ call_t syscalls[] = {
{"syz_open_dev$mouse", 1000001},
{"syz_open_dev$mice", 1000001},
{"syz_open_dev$evdev", 1000001},
+ {"write$evdev", 1},
};
#endif
@@ -1742,6 +1743,7 @@ call_t syscalls[] = {
{"syz_open_dev$mouse", 1000001},
{"syz_open_dev$mice", 1000001},
{"syz_open_dev$evdev", 1000001},
+ {"write$evdev", 64},
};
#endif