1
0
Fork 0
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:
youcai 2019-06-26 01:05:22 +08:00
parent 4ce040289a
commit f4d41f1dfa
2 changed files with 6 additions and 0 deletions

View file

@ -167,6 +167,9 @@
"ioprio_set",
"io_setup",
"io_submit",
"io_uring_enter",
"io_uring_register",
"io_uring_setup",
"ipc",
"kill",
"lchown",

View file

@ -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",