mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Merge pull request #10878 from kirillrdy/kr/sysv
darwin: allow ipc-sysv* in sandbox
This commit is contained in:
commit
b3bd31c82d
@ -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