From b217dcb509f133976933640563ff5c41bc97fc0b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Jan 2016 20:45:35 +0100 Subject: sys: support /dev/input/{mouse,mice,event} --- executor/syscalls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor/syscalls.h') 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 -- cgit mrf-deployment