Page MenuHomeFreeBSD

sshd: allow UseBlocklist alias for UseBlacklist
ClosedPublic

Authored by emaste on Jul 28 2020, 4:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 25, 3:50 PM
Unknown Object (File)
Wed, Dec 25, 3:12 PM
Unknown Object (File)
Wed, Dec 25, 3:40 AM
Unknown Object (File)
Fri, Dec 20, 3:01 PM
Unknown Object (File)
Dec 10 2024, 6:49 PM
Unknown Object (File)
Nov 19 2024, 1:36 PM
Unknown Object (File)
Nov 16 2024, 5:52 PM
Unknown Object (File)
Oct 12 2024, 10:14 AM
Subscribers

Details

Summary

blacklistd has been renamed to blocklistd upstream, and a future import into FreeBSD will follow that change. Support the new name as an alias in config files.

Sponsored by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
This revision is now accepted and ready to land.Jul 28 2020, 4:29 PM
bz added a subscriber: bz.
bz added inline comments.
crypto/openssh/sshd_config.5
38

Do we update this?

crypto/openssh/sshd_config.5
38

Good point, in the past we've not done it in contrib software I think but we should; any resulting conflict will be trivial to deal with in the future.

This revision was automatically updated to reflect the committed changes.