mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +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 ipc-posix*)
|
||||
|
||||
; Allow SYSV semaphores and shared memory.
|
||||
(allow ipc-sysv*)
|
||||
|
||||
; Allow socket creation.
|
||||
(allow system-socket)
|
||||
|
||||
|
|
Loading…
Reference in a new issue