From 61f9c92f3a465025d2b9d91f429aaec968aeaa2a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 18 Mar 2019 13:35:11 +0100 Subject: sys/linux: restrict SYSLOG_ACTION_CONSOLE_LEVEL Fuzzer must not mess with console, turn it on/off, change log level, etc. Otherwise it turns off kernel output on console. --- sys/linux/dev_rfkill_arm.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/dev_rfkill_arm.const') diff --git a/sys/linux/dev_rfkill_arm.const b/sys/linux/dev_rfkill_arm.const index d1a492d6a..68a2584bf 100644 --- a/sys/linux/dev_rfkill_arm.const +++ b/sys/linux/dev_rfkill_arm.const @@ -1,7 +1,9 @@ # AUTOGENERATED FILE +# AT_FDCWD is not set NUM_RFKILL_TYPES = 9 RFKILL_IOCTL_NOINPUT = 20993 RFKILL_OP_CHANGE_ALL = 3 __NR_ioctl = 54 +__NR_openat = 322 __NR_read = 3 __NR_write = 4 -- cgit mrf-deployment