aboutsummaryrefslogtreecommitdiff
path: root/sandbox.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-10 14:21:56 +0000
committerOmar Polo <op@omarpolo.com>2021-02-10 14:21:56 +0000
commitf6b9a079e378d2891906510206419fd28f3ff890 (patch)
tree7519e31f9bad612d675f67b11edf8eeb6abea768 /sandbox.c
parent2d34f732f169028f41dc124cafe569c4f0bc788a (diff)
allow epoll_wait
fedora 33 issue an epoll_wait instead of pwait.
Diffstat (limited to 'sandbox.c')
-rw-r--r--sandbox.c1
1 files changed, 1 insertions, 0 deletions
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),