mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
fix(libstore): allow access to trustd on macOS
This commit is contained in:
parent
d5e979ab87
commit
8e5659423e
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
||||||
|
|
||||||
; Allow DNS lookups.
|
; Allow DNS lookups.
|
||||||
(allow network-outbound (remote unix-socket (path-literal "/private/var/run/mDNSResponder")))
|
(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…
Reference in a new issue