1
1
Fork 0
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:
Winter 2022-08-24 13:09:44 -04:00 committed by github-actions[bot]
parent f673551e71
commit 0a9ab8f994

View file

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