osmith has submitted this change. ( 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/399bd59e0d0d3e3845d59a7fe197d083...
Related: OS#6494 Change-Id: If9fdc3bfe0f6541776eb9c1839d892777394e999 --- M _testenv/data/podman/seccomp.json 1 file changed, 17 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve pespin: Looks good to me, approved
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 +}