From f6b9a079e378d2891906510206419fd28f3ff890 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Wed, 10 Feb 2021 14:21:56 +0000 Subject: [PATCH] allow epoll_wait fedora 33 issue an epoll_wait instead of pwait. --- sandbox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sandbox.c b/sandbox.c index 1d96a0e..6916c61 100644 --- a/sandbox.c +++ b/sandbox.c @@ -150,6 +150,7 @@ sandbox() /* these are used to serve the files. note how we * allow openat but not open. */ + SC_ALLOW(epoll_wait), SC_ALLOW(epoll_pwait), SC_ALLOW(epoll_ctl), SC_ALLOW(accept4),