osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37432?usp=email )
Change subject: seccomp_profile: enable io_uring ......................................................................
seccomp_profile: enable io_uring
Revert 891241e7 ("seccomp: block io_uring_* syscalls in default profile") from upstream: https://github.com/moby/moby/commit/891241e7e74d4aae6de5f6125574eb994f25e169
This will be used by osmo-ci Iaeb84627fc1404014e5a8a2e88a02ee66cfb880d.
Related: OS#6405 Change-Id: I27567c2a5d9543c3509c316226c082ab950c5ebc --- M seccomp_profile.json 1 file changed, 19 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved pespin: Looks good to me, but someone else must approve daniel: Looks good to me, approved
diff --git a/seccomp_profile.json b/seccomp_profile.json index e4db8f4..70a0b63 100644 --- a/seccomp_profile.json +++ b/seccomp_profile.json @@ -188,6 +188,9 @@ "ioprio_set", "io_setup", "io_submit", + "io_uring_enter", + "io_uring_register", + "io_uring_setup", "ipc", "kill", "landlock_add_rule",