mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #113 from sharelatex/ho-osx-epoll
add epoll_pwait to secomp profile
This commit is contained in:
commit
f89a5baeab
1 changed files with 4 additions and 0 deletions
|
@ -827,6 +827,10 @@
|
|||
"name": "gettimeofday",
|
||||
"action": "SCMP_ACT_ALLOW",
|
||||
"args": []
|
||||
}, {
|
||||
"name": "epoll_pwait",
|
||||
"action": "SCMP_ACT_ALLOW",
|
||||
"args": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue