[Bug 262446] [pf][periodic][feature][patch] Additional option to configure additional anchors to report in pfdenied periodic script

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 10 Mar 2022 13:03:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262446

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=0784121c963e39aa9e8b33c4e0a0c181daf75277

commit 0784121c963e39aa9e8b33c4e0a0c181daf75277
Author:     Matteo Riondato <matteo@FreeBSD.org>
AuthorDate: 2022-03-09 14:02:11 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2022-03-10 11:08:59 +0000

    pfdenied: support reporting on additional anchors

    The security/520-pfdenied script only reports blocked packets from the
    main ruleset or any blocklistd(8) anchor.

    Add an option to periodic.conf(5) to make it possible to specify
    additional anchors to report.

    PR:             262446
    Reviewed by:    kp

 share/man/man5/periodic.conf.5              | 9 ++++++++-
 usr.sbin/periodic/etc/security/520.pfdenied | 2 +-
 usr.sbin/periodic/periodic.conf             | 1 +
 3 files changed, 10 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.