mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
fix(libstore): allow access to trustd on macOS
(cherry picked from commit 8e5659423e)
This commit is contained in:
parent
f673551e71
commit
0a9ab8f994
1 changed files with 4 additions and 0 deletions
|
|
@ -14,3 +14,7 @@
|
|||
|
||||
; Allow DNS lookups.
|
||||
(allow network-outbound (remote unix-socket (path-literal "/private/var/run/mDNSResponder")))
|
||||
|
||||
; Allow access to trustd.
|
||||
(allow mach-lookup (global-name "com.apple.trustd"))
|
||||
(allow mach-lookup (global-name "com.apple.trustd.agent"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue