aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_rfkill_arm.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-03-18 13:35:11 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-03-18 13:35:11 +0100
commit61f9c92f3a465025d2b9d91f429aaec968aeaa2a (patch)
tree5a39a30d81fcf123c62bbb86cb4df0beed7f0ab4 /sys/linux/dev_rfkill_arm.const
parent13026d10f09f0e801c342e6c009ff580d49b894b (diff)
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.
Diffstat (limited to 'sys/linux/dev_rfkill_arm.const')
-rw-r--r--sys/linux/dev_rfkill_arm.const2
1 files changed, 2 insertions, 0 deletions
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