mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +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 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 New Issue
Block a user