ipc: introduce shm_rmid_forced sysctl ยท torvalds/linux@b34a6b1
Add support for the shm_rmid_forced sysctl. If set to 1, all shared memory objects in current ipc namespace will be automatically forced to use IPC_RMID. The POSIX way of handling shmem allows on...