mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Whitelist statx syscall for libseccomp-2.3.3 onward
Older seccomp versions will ignore this. Signed-off-by: NobodyOnSE <ich@sektor.selfip.com> Upstream-commit: b2a907c8cab64830c9e424eb1ec71e0429d326ff 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