Allow updates for Homebrew and Macports

This commit is contained in:
Michele Cereda
2023-01-29 19:31:24 +01:00
parent 82ce043cb4
commit a24e79b1f1

View File

@@ -119,6 +119,31 @@
"protocol": "tcp",
"remote-hosts": "gpgtools.com"
},
{
"action": "allow",
"notes": "Allow Homebrew to download updates.",
"ports": "443",
"process": "/Applications/iTerm.app/Contents/MacOS/iTerm2",
"protocol": "tcp",
"remote-hosts": "ghcr.io"
},
{
"action": "allow",
"notes": "Allow Macports to download updates.",
"ports": "873",
"process": "/Applications/iTerm.app/Contents/MacOS/iTerm2",
"protocol": "tcp",
"remote-hosts": "rsync.macports.org"
},
{
"action": "allow",
"notes": "Allow Macports to download updates.",
"ports": "80",
"process": "/Applications/iTerm.app/Contents/MacOS/iTerm2",
"protocol": "tcp",
"remote-domains": "packages.macports.org",
"via": "/opt/local/libexec/macports/bin/tclsh8.6"
},
{
"action": "allow",
"notes": "Allow iTerm2 to securely connect to websites.",