minix/servers/ipc/ipc.conf
Ben Gras 4668b84158 vm_remap_ro
- allows shared memory to be mapped in readonly

- ben@minix3.org & tom@minix3.org
2012-01-13 11:30:01 +00:00

21 lines
204 B
Plaintext

service ipc
{
system
UMAP # 14
VIRCOPY # 15
;
uid 0;
ipc
SYSTEM USER pm rs log tty ds vm
;
vm
REMAP
REMAP_RO
SHM_UNMAP
GETPHYS
GETREF
QUERY_EXIT
WATCH_EXIT
;
};