From 41b84017119b72fb0834bbac2c49a3cac50d5173 Mon Sep 17 00:00:00 2001 From: Benedict Reuschling Date: Sun, 10 Mar 2019 15:22:54 +0000 Subject: [PATCH] Mention that FreeBSD does not ship with /etc/pf.conf by default. Previous versions of FreeBSD provided a standard /etc/pf.conf, but that was removed without changing the documentation. Update the handbook to mention it and point people to the directory /usr/share/examples/pf/ where example firewall rules are available. PR: 231977 Submitted by: koobs@ Discussed with: kp@ --- en_US.ISO8859-1/books/handbook/firewalls/chapter.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml index 3e8c8bdd99..088ce6deb7 100644 --- a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml @@ -354,10 +354,11 @@ pf_flags="" # additional flags for pfctl startup PF will not start if it cannot - find its ruleset configuration file. The default ruleset is - already created and is named - /etc/pf.conf. If a custom ruleset has - been saved somewhere else, add a line to + find its ruleset configuration file. By default, &os; does + not ship with a ruleset and there is no + /etc/pf.conf. Example rulesets can be + found in /usr/share/examples/pf/. If a + custom ruleset has been saved somewhere else, add a line to /etc/rc.conf which specifies the full path to the file: