From 439d7b14af89ad3af89add849b6505f4e672b5af Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 28 Oct 2019 16:54:23 +0100 Subject: sys/linux: add SECCOMP_FILTER_FLAG_NEW_LISTENER support --- sys/linux/sys_amd64.const | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/linux/sys_amd64.const') diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const index 041d5f071..9cae7e471 100644 --- a/sys/linux/sys_amd64.const +++ b/sys/linux/sys_amd64.const @@ -440,9 +440,6 @@ SCHED_FLAG_RESET_ON_FORK = 1 SCHED_IDLE = 5 SCHED_NORMAL = 0 SCHED_RR = 2 -SECCOMP_FILTER_FLAG_TSYNC = 1 -SECCOMP_SET_MODE_FILTER = 1 -SECCOMP_SET_MODE_STRICT = 0 SEEK_CUR = 1 SEEK_DATA = 3 SEEK_END = 2 @@ -713,7 +710,6 @@ __NR_sched_setattr = 314 __NR_sched_setparam = 142 __NR_sched_setscheduler = 144 __NR_sched_yield = 24 -__NR_seccomp = 317 __NR_select = 23 __NR_sendfile = 40 # __NR_sendfile64 is not set -- cgit mrf-deployment