From c944f7564c7a1945b5607c6405dd47b46c0a1f22 Mon Sep 17 00:00:00 2001 From: Maciej Borzecki Date: Thu, 19 Dec 2024 12:25:26 +0100 Subject: [PATCH] interfaces/seccomp/template: allow epoll_pwait2 in the base template Add epoll_pwait2 in the base template. The syscall has been available since 5.11 (early 2021). Signed-off-by: Maciej Borzecki --- interfaces/seccomp/template.go | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/seccomp/template.go b/interfaces/seccomp/template.go index 939f43bf578..861cb3a1f73 100644 --- a/interfaces/seccomp/template.go +++ b/interfaces/seccomp/template.go @@ -135,6 +135,7 @@ epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait +epoll_pwait2 epoll_wait epoll_wait_old eventfd