diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-10 14:21:56 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-10 14:21:56 +0000 |
commit | f6b9a079e378d2891906510206419fd28f3ff890 (patch) | |
tree | 7519e31f9bad612d675f67b11edf8eeb6abea768 /sandbox.c | |
parent | 2d34f732f169028f41dc124cafe569c4f0bc788a (diff) |
allow epoll_wait
fedora 33 issue an epoll_wait instead of pwait.
Diffstat (limited to 'sandbox.c')
-rw-r--r-- | sandbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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), |