mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Whitelist statx syscall for libseccomp-2.3.3 onward
Older seccomp versions will ignore this. Signed-off-by: NobodyOnSE <ich@sektor.selfip.com>
This commit is contained in:
parent
00c1c604d0
commit
b2a907c8ca
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",
|
||||
|
|
Loading…
Add table
Reference in a new issue