mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #36417 from NobodyOnSE/patch-2
Whitelist statx syscall
This commit is contained in:
commit
f0694e968f
2 changed files with 2 additions and 0 deletions
profiles/seccomp
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue