Merge pull request #6967 from NixOS/backport-6954-to-2.11-maintenance
[Backport 2.11-maintenance] fix(libstore): allow access to trustd on macOS
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user