mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
seccomp: whitelist io-uring related system calls
Signed-off-by: youcai <omegacoleman@gmail.com>
This commit is contained in:
parent
4ce040289a
commit
f4d41f1dfa
2 changed files with 6 additions and 0 deletions
|
@ -167,6 +167,9 @@
|
|||
"ioprio_set",
|
||||
"io_setup",
|
||||
"io_submit",
|
||||
"io_uring_enter",
|
||||
"io_uring_register",
|
||||
"io_uring_setup",
|
||||
"ipc",
|
||||
"kill",
|
||||
"lchown",
|
||||
|
|
|
@ -160,6 +160,9 @@ func DefaultProfile() *types.Seccomp {
|
|||
"ioprio_set",
|
||||
"io_setup",
|
||||
"io_submit",
|
||||
"io_uring_enter",
|
||||
"io_uring_register",
|
||||
"io_uring_setup",
|
||||
"ipc",
|
||||
"kill",
|
||||
"lchown",
|
||||
|
|
Loading…
Add table
Reference in a new issue