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

Merge pull request #10878 from kirillrdy/kr/sysv

darwin: allow ipc-sysv* in sandbox
This commit is contained in:
Eelco Dolstra 2024-06-14 17:11:20 +02:00 committed by GitHub
commit b3bd31c82d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)