mirror of
https://github.com/moby/moby.git
synced 2026-08-13 17:06:44 +00:00
On 32 bit x86 this is a multiplexing syscall for the system V ipc syscalls such as shmget, and so needs to be allowed for shared memory access for 32 bit binaries. Fixes #20733 Signed-off-by: Justin Cormack <justin.cormack@docker.com>