summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--runsc/boot/filter/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/boot/filter/config.go b/runsc/boot/filter/config.go
index 7227ea2b7..113023bdd 100644
--- a/runsc/boot/filter/config.go
+++ b/runsc/boot/filter/config.go
@@ -55,7 +55,6 @@ var allowedSyscalls = seccomp.SyscallRules{
seccomp.AllowValue(0),
},
},
- syscall.SYS_EPOLL_WAIT: {},
syscall.SYS_EVENTFD2: []seccomp.Rule{
{
seccomp.AllowValue(0),