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

View File

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