I missed this a few days ago:
This is, roughly speaking, the protocol between things like docker (moby) / containerd / podman and the container runtime (shim) such as ocijail / runj. Once this is approved, it paves the way for exposing the FreeBSD-specific features via the command line in tools like Podman, because they're stable and portable across runtimes.
And the reason I most care about this is that Postgres insists on still using SystemV shared memory (even if you're using mmap, it uses SysV shm for synchronisation), which is not enabled by default for jails. ocijail
supports enabling it, but it isn't exposed in the podman
command line yet.
