diff --git a/nemoclaw-blueprint/policies/presets/brew.yaml b/nemoclaw-blueprint/policies/presets/brew.yaml index 1f7613f4075..55b6ab43f13 100644 --- a/nemoclaw-blueprint/policies/presets/brew.yaml +++ b/nemoclaw-blueprint/policies/presets/brew.yaml @@ -12,21 +12,27 @@ network_policies: - host: formulae.brew.sh port: 443 access: full + tls: skip - host: github.com port: 443 access: full + tls: skip - host: ghcr.io port: 443 access: full + tls: skip - host: pkg-containers.githubusercontent.com port: 443 access: full + tls: skip - host: objects.githubusercontent.com port: 443 access: full + tls: skip - host: raw.githubusercontent.com port: 443 access: full + tls: skip binaries: - { path: /usr/bin/curl } - { path: /usr/bin/git }