Hallo,
Is it possible to get podman to propagate current host fs.mqueue.msg_max value to rootless container? I can do that if I specify --ipc host when running the container, but this also exposes other ipc stuff from host to container, including shared memory, which I do not want. If I specify --sysctl fs.mqueue.msg_size=64 to podman it gives me "OCI permission denied" error, even when my host setting (256) is greater than requested value.
Thanks, -- Micvhael Ivanov