Merge pull request #36417 from NobodyOnSE/patch-2
Whitelist statx syscall Upstream-commit: f0694e968fe600efdf24ab0d3a1b0e887267aea2 Component: engine
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user