From ab7174611c948c44ce509292063b95813183828d Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Tue, 4 Sep 2018 13:08:59 -0700 Subject: Remove epoll_wait from filters Go 1.11 replaced it with epoll_pwait. PiperOrigin-RevId: 211510006 Change-Id: I48a6cae95ed3d57a4633895358ad05ad8bf2f633 --- runsc/boot/filter/config.go | 1 - 1 file changed, 1 deletion(-) (limited to 'runsc') 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), -- cgit v1.2.3