mirror of https://github.com/fail2ban/fail2ban
Now using a literal logpath for screensharing jail
parent
cabd46f069
commit
65bc5cf6ba
|
@ -792,6 +792,6 @@ findtime = 1
|
||||||
# Requires the 'before' statement in the [INCLUDE] section to include paths-osx.conf
|
# Requires the 'before' statement in the [INCLUDE] section to include paths-osx.conf
|
||||||
enabled = false
|
enabled = false
|
||||||
filter = screensharingd
|
filter = screensharingd
|
||||||
logpath = %(system_log)s
|
logpath = /var/log/system.log
|
||||||
logencoding=utf-8
|
logencoding=utf-8
|
||||||
maxretry = 4
|
maxretry = 4
|
||||||
|
|
Loading…
Reference in New Issue