From 910e03ca15ea4b364c3cfb1b5af4c1f5f54ec7aa Mon Sep 17 00:00:00 2001 From: Hangbin Liu Date: Thu, 24 Oct 2019 00:02:01 -0400 Subject: 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 --- executor/syscalls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment