Merge pull request #113 from sharelatex/ho-osx-epoll

add epoll_pwait to secomp profile
This commit is contained in:
Christopher Hoskin 2019-03-04 14:57:01 +00:00 committed by GitHub
commit f89a5baeab

View file

@ -827,6 +827,10 @@
"name": "gettimeofday",
"action": "SCMP_ACT_ALLOW",
"args": []
}, {
"name": "epoll_pwait",
"action": "SCMP_ACT_ALLOW",
"args": []
}
]
}