mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #40731 from sqreen/fix/seccomp-profile
seccomp: allow syscall membarrier
This commit is contained in:
commit
b2917efb1a
2 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,7 @@
|
|||
"lstat",
|
||||
"lstat64",
|
||||
"madvise",
|
||||
"membarrier",
|
||||
"memfd_create",
|
||||
"mincore",
|
||||
"mkdir",
|
||||
|
|
|
@ -187,6 +187,7 @@ func DefaultProfile() *types.Seccomp {
|
|||
"lstat",
|
||||
"lstat64",
|
||||
"madvise",
|
||||
"membarrier",
|
||||
"memfd_create",
|
||||
"mincore",
|
||||
"mkdir",
|
||||
|
|
Loading…
Reference in a new issue