Skip to content

Commit f9d231f

Browse files
Merge pull request containerd#4493 from thaJeztah/seccomp_uring
seccomp: allow io-uring related system calls
2 parents 7e84abe + 325bac7 commit f9d231f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/seccomp/seccomp_default.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
175175
"ioprio_set",
176176
"io_setup",
177177
"io_submit",
178+
"io_uring_enter",
179+
"io_uring_register",
180+
"io_uring_setup",
178181
"ipc",
179182
"kill",
180183
"lchown",

0 commit comments

Comments
 (0)