Made pf.achors files readable by everyone

This commit is contained in:
Sun Knudsen 2021-04-01 09:14:21 -04:00
parent cfe623a169
commit 9d6f5f741f
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305

View File

@ -196,7 +196,7 @@ pass on \$hardware_interfaces proto { tcp, udp } from any to \$vpn_endpoint_ips
# Allow all requests on VPN interface # Allow all requests on VPN interface
pass on \$vpn_interface all pass on \$vpn_interface all
EOF EOF
sudo chmod 600 /etc/pf.anchors/local.pf.strict sudo chmod 644 /etc/pf.anchors/local.pf.strict
``` ```
### Step 7: create PF trusted anchor ### Step 7: create PF trusted anchor
@ -237,7 +237,7 @@ pass on \$hardware_interfaces proto { tcp, udp } from any to \$vpn_endpoint_ips
# Allow all requests on VPN interface # Allow all requests on VPN interface
pass on \$vpn_interface all pass on \$vpn_interface all
EOF EOF
sudo chmod 600 /etc/pf.anchors/local.pf.trusted sudo chmod 644 /etc/pf.anchors/local.pf.trusted
``` ```
### Step 8: create `/etc/pf.anchors/local.pf` symlink ### Step 8: create `/etc/pf.anchors/local.pf` symlink