Page MenuHomeFreeBSD

blocklist: Fix rcorder(8)
ClosedPublic

Authored by jlduran on Oct 26 2025, 4:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 26, 5:37 PM
Unknown Object (File)
Sun, Nov 23, 8:40 PM
Unknown Object (File)
Nov 18 2025, 7:41 AM
Unknown Object (File)
Nov 4 2025, 9:26 AM
Unknown Object (File)
Oct 30 2025, 12:42 AM
Unknown Object (File)
Oct 30 2025, 12:42 AM
Unknown Object (File)
Oct 29 2025, 1:30 PM
Unknown Object (File)
Oct 29 2025, 1:00 PM
Subscribers

Details

Summary

The blocklist daemon depends on a packet filter in order to block.

Add all supported packet filters to the REQUIRE line, not just pf, to
indicate rcorder(8) that it should start after the packet filter service
has started.

While here, change the mode of the rc file to include the executable
bit, just like the rest of the files in the rc.d source directory.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

0mp added a subscriber: 0mp.

Note: we could perhaps think about adding a FIREWALL script to depend on instead, but for the time being this patch is fine. Thanks!

This revision is now accepted and ready to land.Oct 27 2025, 3:18 PM
In D53364#1219018, @0mp wrote:

Note: we could perhaps think about adding a FIREWALL script to depend on instead, but for the time being this patch is fine. Thanks!

That is a great suggestion, thank you!

This revision was automatically updated to reflect the committed changes.