osmith has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/32/37432/1
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",

To view, visit change 37432. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I27567c2a5d9543c3509c316226c082ab950c5ebc
Gerrit-Change-Number: 37432
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange