allow epoll_wait

fedora 33 issue an epoll_wait instead of pwait.
This commit is contained in:
Omar Polo 2021-02-10 14:21:56 +00:00
parent 2d34f732f1
commit f6b9a079e3
1 changed files with 1 additions and 0 deletions

View File

@ -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),