Skip to content

Commit fc9e5d1

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]>
1 parent 1746a19 commit fc9e5d1

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
@@ -192,6 +192,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
192192
"lstat",
193193
"lstat64",
194194
"madvise",
195+
"membarrier",
195196
"memfd_create",
196197
"mincore",
197198
"mkdir",

0 commit comments

Comments
 (0)