Merge pull request #4493 from thaJeztah/seccomp_uring
seccomp: allow io-uring related system calls
This commit is contained in:
commit
f9d231f660
@ -175,6 +175,9 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
|
|||||||
"ioprio_set",
|
"ioprio_set",
|
||||||
"io_setup",
|
"io_setup",
|
||||||
"io_submit",
|
"io_submit",
|
||||||
|
"io_uring_enter",
|
||||||
|
"io_uring_register",
|
||||||
|
"io_uring_setup",
|
||||||
"ipc",
|
"ipc",
|
||||||
"kill",
|
"kill",
|
||||||
"lchown",
|
"lchown",
|
||||||
|
Loading…
Reference in New Issue
Block a user