Skip to content

Commit 0c9de66

Browse files
committed
seccomp: allow syscall membarrier
Add the membarrier syscall to the default seccomp profile. It is for example used in the implementation of dlopen() in the musl libc of Alpine images. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit fc9e5d1) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent caa4611 commit 0c9de66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/seccomp/seccomp_default.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
191191
"lstat",
192192
"lstat64",
193193
"madvise",
194+
"membarrier",
194195
"memfd_create",
195196
"mincore",
196197
"mkdir",

0 commit comments

Comments
 (0)