diff --git a/seccomp/clsi-profile.json b/seccomp/clsi-profile.json index 34fd252..e7e9dd0 100644 --- a/seccomp/clsi-profile.json +++ b/seccomp/clsi-profile.json @@ -827,6 +827,10 @@ "name": "gettimeofday", "action": "SCMP_ACT_ALLOW", "args": [] + }, { + "name": "epoll_pwait", + "action": "SCMP_ACT_ALLOW", + "args": [] } ] } \ No newline at end of file