mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-26 15:56:18 +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…
Reference in a new issue