fix(libstore): allow access to trustd on macOS

This commit is contained in:
Winter Cute 2022-08-24 13:09:44 -04:00
parent d5e979ab87
commit 8e5659423e

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