mirror of
https://github.com/NixOS/nix
synced 2025-07-03 10:21:47 +02:00
darwin: allow ipc-sysv* in sandbox
This commit is contained in:
parent
0ab9369572
commit
372d5a441e
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ R""(
|
||||||
; Allow POSIX semaphores and shared memory.
|
; Allow POSIX semaphores and shared memory.
|
||||||
(allow ipc-posix*)
|
(allow ipc-posix*)
|
||||||
|
|
||||||
|
; Allow SYSV semaphores and shared memory.
|
||||||
|
(allow ipc-sysv*)
|
||||||
|
|
||||||
; Allow socket creation.
|
; Allow socket creation.
|
||||||
(allow system-socket)
|
(allow system-socket)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue