Merge pull request #40731 from sqreen/fix/seccomp-profile

seccomp: allow syscall membarrier
This commit is contained in:
Akihiro Suda 2020-05-20 00:31:32 +09:00 committed by GitHub
commit b2917efb1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

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