diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-03-18 13:35:11 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-18 13:35:11 +0100 |
| commit | 61f9c92f3a465025d2b9d91f429aaec968aeaa2a (patch) | |
| tree | 5a39a30d81fcf123c62bbb86cb4df0beed7f0ab4 /sys/linux/dev_rfkill_amd64.const | |
| parent | 13026d10f09f0e801c342e6c009ff580d49b894b (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_amd64.const')
| -rw-r--r-- | sys/linux/dev_rfkill_amd64.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_rfkill_amd64.const b/sys/linux/dev_rfkill_amd64.const index dd1bad4c6..d6cf61291 100644 --- a/sys/linux/dev_rfkill_amd64.const +++ b/sys/linux/dev_rfkill_amd64.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 = 16 +__NR_openat = 257 __NR_read = 0 __NR_write = 1 |
