1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

darwin: allow ipc-sysv* in sandbox

This commit is contained in:
Kirill Radzikhovskyy 2024-06-10 11:17:41 +10:00
parent 0ab9369572
commit 372d5a441e

View file

@ -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)