filter.d/sshd.conf: ungroup (unneeded for _daemon)

pull/3782/head
Sergey G. Brester 2024-07-03 19:35:28 +02:00 committed by GitHub
parent 8360776ce1
commit 50ff131a0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ before = common.conf
[DEFAULT]
_daemon = (?:sshd(?:-session)?)
_daemon = sshd(?:-session)?
# optional prefix (logged from several ssh versions) like "error: ", "error: PAM: " or "fatal: "
__pref = (?:(?:error|fatal): (?:PAM: )?)?