mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 01:03:59 +00:00
Made pf.achors files readable by everyone
This commit is contained in:
parent
cfe623a169
commit
9d6f5f741f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user