aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_386.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/sys_386.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/sys_386.const')
-rw-r--r--sys/linux/sys_386.const1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_386.const b/sys/linux/sys_386.const
index 2d1ad6a40..b53e85e80 100644
--- a/sys/linux/sys_386.const
+++ b/sys/linux/sys_386.const
@@ -499,6 +499,7 @@ SYNC_FILE_RANGE_WAIT_BEFORE = 1
SYNC_FILE_RANGE_WRITE = 2
SYSLOG_ACTION_CLEAR = 5
SYSLOG_ACTION_CLOSE = 0
+SYSLOG_ACTION_CONSOLE_LEVEL = 8
SYSLOG_ACTION_CONSOLE_OFF = 6
SYSLOG_ACTION_CONSOLE_ON = 7
SYSLOG_ACTION_OPEN = 1