Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #113 from sharelatex/ho-osx-epoll
Browse files Browse the repository at this point in the history
add epoll_pwait to secomp profile
  • Loading branch information
mans0954 authored Mar 4, 2019
2 parents 25c4c34 + 12fee9e commit f422bb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions seccomp/clsi-profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,10 @@
"name": "gettimeofday",
"action": "SCMP_ACT_ALLOW",
"args": []
}, {
"name": "epoll_pwait",
"action": "SCMP_ACT_ALLOW",
"args": []
}
]
}

0 comments on commit f422bb8

Please sign in to comment.