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

Merge pull request from NobodyOnSE/patch-2

Whitelist statx syscall
This commit is contained in:
Sebastiaan van Stijn 2018-03-06 14:33:56 +01:00 committed by GitHub
commit f0694e968f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -322,6 +322,7 @@
"stat64",
"statfs",
"statfs64",
"statx",
"symlink",
"symlinkat",
"sync",

View file

@ -315,6 +315,7 @@ func DefaultProfile() *types.Seccomp {
"stat64",
"statfs",
"statfs64",
"statx",
"symlink",
"symlinkat",
"sync",