From 9d6f5f741fd49de31547d598cf2a5d19114b6464 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Thu, 1 Apr 2021 09:14:21 -0400 Subject: [PATCH] Made pf.achors files readable by everyone --- .../README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md b/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md index 5e15918..3b7ddad 100644 --- a/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md +++ b/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md @@ -196,7 +196,7 @@ pass on \$hardware_interfaces proto { tcp, udp } from any to \$vpn_endpoint_ips # Allow all requests on VPN interface pass on \$vpn_interface all 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 @@ -237,7 +237,7 @@ pass on \$hardware_interfaces proto { tcp, udp } from any to \$vpn_endpoint_ips # Allow all requests on VPN interface pass on \$vpn_interface all 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