Merge pull request #36417 from NobodyOnSE/patch-2

Whitelist statx syscall
Upstream-commit: f0694e968fe600efdf24ab0d3a1b0e887267aea2
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-03-06 14:33:56 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -322,6 +322,7 @@
"stat64",
"statfs",
"statfs64",
"statx",
"symlink",
"symlinkat",
"sync",
@@ -315,6 +315,7 @@ func DefaultProfile() *types.Seccomp {
"stat64",
"statfs",
"statfs64",
"statx",
"symlink",
"symlinkat",
"sync",