1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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: Julio Guerra <julio@sqreen.com>
This commit is contained in:
Julio Guerra 2020-03-23 15:51:08 +01:00
parent c7ad2b8661
commit 1026f873a4
No known key found for this signature in database
GPG key ID: 7CA5C9C05541F1B6
2 changed files with 2 additions and 0 deletions

View file

@ -187,6 +187,7 @@
"lstat",
"lstat64",
"madvise",
"membarrier",
"memfd_create",
"mincore",
"mkdir",

View file

@ -180,6 +180,7 @@ func DefaultProfile() *types.Seccomp {
"lstat",
"lstat64",
"madvise",
"membarrier",
"memfd_create",
"mincore",
"mkdir",