mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
darwin: allow ipc-sysv* in sandbox
This commit is contained in:
parent
0ab9369572
commit
372d5a441e
@ -17,6 +17,9 @@ R""(
|
||||
; Allow POSIX semaphores and shared memory.
|
||||
(allow ipc-posix*)
|
||||
|
||||
; Allow SYSV semaphores and shared memory.
|
||||
(allow ipc-sysv*)
|
||||
|
||||
; Allow socket creation.
|
||||
(allow system-socket)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user