Skip to content

Commit

Permalink
Merge pull request #6954 from winterqt/darwin-sandbox-trustd
Browse files Browse the repository at this point in the history
fix(libstore): allow access to trustd on macOS
  • Loading branch information
edolstra authored Aug 26, 2022
2 parents 0b25446 + 8e56594 commit 7918adb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libstore/sandbox-network.sb
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

0 comments on commit 7918adb

Please sign in to comment.