aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2019-10-24 00:02:01 -0400
committerDmitry Vyukov <dvyukov@google.com>2019-10-24 09:30:50 +0200
commit910e03ca15ea4b364c3cfb1b5af4c1f5f54ec7aa (patch)
tree4aba2582d968f7777cd3926549d30925c667161b /executor/syscalls.h
parentb602d64b5991c147af88f1e0f8d961c8b4b4a748 (diff)
sys/linux/socket_netlink_route_sched: add chain actions
Update #533 Chain actions also use filter policies, so we can add them easily. Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 3080ef9ab..9507a33fb 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -4662,6 +4662,7 @@ const call_t syscalls[] = {
{"wait4", 114},
{"waitid", 284},
{"waitid$P_PIDFD", 284},
+ {"watch_devices", 436},
{"write", 4},
{"write$9p", 4},
{"write$ALLOC_MW", 4},
@@ -10241,6 +10242,7 @@ const call_t syscalls[] = {
{"wait4", 114},
{"waitid", 280},
{"waitid$P_PIDFD", 280},
+ {"watch_devices", 436},
{"write", 4},
{"write$9p", 4},
{"write$ALLOC_MW", 4},