commit f6b9a079e378d2891906510206419fd28f3ff890 from: Omar Polo date: Wed Feb 10 14:21:56 2021 UTC allow epoll_wait fedora 33 issue an epoll_wait instead of pwait. commit - 2d34f732f169028f41dc124cafe569c4f0bc788a commit + f6b9a079e378d2891906510206419fd28f3ff890 blob - 1d96a0ece842c9b09bbeace141ef6d4f98ad1fbd blob + 6916c61e198e10b1aebe954b94cc72b425ced821 --- sandbox.c +++ 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),