Page MenuHomeFreeBSD

periodic/security: Introduce $security_status_loginfail_ignore for 800.loginfail
ClosedPublic

Authored by michaelo on Jun 19 2026, 5:24 PM.
Tags
None
Referenced Files
F167884482: D57671.diff
Tue, Aug 25, 6:09 AM
F167833162: D57671.id.diff
Mon, Aug 24, 8:57 PM
Unknown Object (File)
Sat, Aug 22, 5:08 PM
Unknown Object (File)
Sat, Aug 22, 4:37 AM
Unknown Object (File)
Fri, Aug 21, 10:50 PM
Unknown Object (File)
Fri, Aug 21, 1:08 PM
Unknown Object (File)
Thu, Aug 20, 1:31 PM
Unknown Object (File)
Thu, Aug 20, 2:30 AM

Details

Summary

Introduce a new variable "security_status_loginfail_ignore" to filter unwanted
login failure messages from the daily security checks.

Co-authored-by: Michael Osipov <michaelo@FreeBSD.org>
PR: 295191
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74068
Build 70951: arc lint + arc unit

Event Timeline

The commit message says "are no" instead of "are not". You might consider something simpler because users can really filter out whatever they want.

Introduce a new variable "security_status_loginfail_ignore" to filter unwanted login failure messages from the daily security checks.

share/man/man5/periodic.conf.5
1041–1043
  1. Rather than egrep(1), say extended regular expression, since egrep is deprecated in POSIX in favor of grep -E.
  2. Simplify the text. Users can really filter out whatever they want.

@jrm, reasonable points. Thank you!

michaelo marked an inline comment as done.
This revision is now accepted and ready to land.Jun 20 2026, 8:24 PM