aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/periodic/etc/security/520.pfdenied
Commit message (Collapse)AuthorAgeFilesLines
* periodic.conf: remove long deprecated security_daily_compat_var()Michael Osipov2024-05-031-2/+0
| | | | | | | | | | This function is documented to be gone in after 11. Time to remove this compat shim. PR: 275296 Reviewed by: jrm (mentor) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D44796
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* pfdenied: match actual variable name to the documented oneMatteo Riondato2022-03-121-1/+1
| | | | | PR: 262446 Reviewed by: kp
* pfdenied: support reporting on additional anchorsMatteo Riondato2022-03-101-1/+1
| | | | | | | | | | | 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
* Fix pfdenied not returning any resultsKristof Provost2020-01-161-1/+1
| | | | | | | | | | | | | When _a is empty we end up with an invalid invocation of pfctl, and no output. We must add quotes to make it clear to pfctl that we're passing an empty anchor name. PR: 224415 Submitted by: sigsys AT gmail.com MFC after: 2 weeks Notes: svn path=/head/; revision=356816
* Move all periodic related config and scripts to usr.sbin/periodic/Brad Davis2018-08-111-0/+59
This makes pkgbase easier by tagging these as CONFS so they are properly tagged as config files. Approved by: will (mentor) Sponsored by: Essen Hackathon Differential Revision: https://reviews.freebsd.org/D16553 Notes: svn path=/head/; revision=337648