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, Apr 17, 4:02 AM
Unknown Object (File)
Tue, Apr 16, 9:36 PM
Unknown Object (File)
Mar 2 2024, 12:09 AM
Unknown Object (File)
Feb 23 2024, 7:08 PM
Unknown Object (File)
Feb 23 2024, 7:07 PM
Unknown Object (File)
Feb 23 2024, 3:01 PM
Unknown Object (File)
Dec 23 2023, 5:24 AM
Unknown Object (File)
Dec 12 2023, 4:14 PM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #75080)

Do we update this?

crypto/openssh/sshd_config.5
38 ↗(On Diff #75080)

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.