diff --git a/lix/libstore/build/sandbox-network.sb b/lix/libstore/build/sandbox-network.sb index 335edbaed..52ee2d761 100644 --- a/lix/libstore/build/sandbox-network.sb +++ b/lix/libstore/build/sandbox-network.sb @@ -16,6 +16,8 @@ R""( ; Allow DNS lookups. (allow network-outbound (remote unix-socket (path-literal "/private/var/run/mDNSResponder"))) +(allow mach-lookup (global-name "com.apple.SystemConfiguration.DNSConfiguration")) +(allow file-read* (literal "/private/etc/hosts")) ; Allow access to trustd. (allow mach-lookup (global-name "com.apple.trustd"))