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

Commit 12fee9e

Browse files
author
Henry Oswald
committed
add epoll_pwait to secomp profile
Last year golang changed from epoll_wait to epoll_pwait golang/go#23750 This causes golang panic errors on mac when running secomp secure compiles using docker 18.09.1. It may start to become a problem on linux where we are running on 17.03.2-ce in production.
1 parent ddaa944 commit 12fee9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

seccomp/clsi-profile.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,10 @@
827827
"name": "gettimeofday",
828828
"action": "SCMP_ACT_ALLOW",
829829
"args": []
830+
}, {
831+
"name": "epoll_pwait",
832+
"action": "SCMP_ACT_ALLOW",
833+
"args": []
830834
}
831835
]
832836
}

0 commit comments

Comments
 (0)