Hi,
I'm working on an application using io_uring, I'm trying to use dagger for development, specifically on macOS since it doesn't exist there, but I can't make it work.
I'm testing with this example code https://github.com/axboe/liburing/blob/master/examples/io_uring-cp.c, I'm getting an "operation not permitted" error when calling io_uring_queue_init.
However when I simply build a docker image and docker run it the code does work so I'm wondering if there's anything special in how Dagger execute its containers ?
I've seen things related to seccomp for Docker that controls the syscalls that are authorized but I don't know if Dagger changes anything.