Merge pull request #113 from sharelatex/ho-osx-epoll
add epoll_pwait to secomp profile
This commit is contained in:
@@ -827,6 +827,10 @@
|
||||
"name": "gettimeofday",
|
||||
"action": "SCMP_ACT_ALLOW",
|
||||
"args": []
|
||||
}, {
|
||||
"name": "epoll_pwait",
|
||||
"action": "SCMP_ACT_ALLOW",
|
||||
"args": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user