osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37716?usp=email )
Change subject: testenv: seccomp profile: enable io_uring
......................................................................
testenv: seccomp profile: enable io_uring
Revert 399bd5 ("seccomp: let io_uring_* fail with ENOSYS") from
upstream:
https://github.com/containers/common/commit/399bd59e0d0d3e3845d59a7fe197d08…
Related: OS#6494
Change-Id: If9fdc3bfe0f6541776eb9c1839d892777394e999
---
M _testenv/data/podman/seccomp.json
1 file changed, 17 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/16/37716/1
diff --git a/_testenv/data/podman/seccomp.json b/_testenv/data/podman/seccomp.json
index 7a82be5..7838749 100644
--- a/_testenv/data/podman/seccomp.json
+++ b/_testenv/data/podman/seccomp.json
@@ -230,6 +230,9 @@
"io_getevents",
"io_setup",
"io_submit",
+ "io_uring_enter",
+ "io_uring_register",
+ "io_uring_setup",
"ioctl",
"ioprio_get",
"ioprio_set",
@@ -1127,4 +1130,4 @@
"excludes": {}
}
]
-}
\ No newline at end of file
+}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37716?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: If9fdc3bfe0f6541776eb9c1839d892777394e999
Gerrit-Change-Number: 37716
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange