]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/logwatch/logwatch-7.6-disable_iptables.patch
Merge branch 'temp-stevee-idsv4' into next
[ipfire-2.x.git] / src / patches / logwatch / logwatch-7.6-disable_iptables.patch
1 diff -U 3 a/conf/logwatch.conf b/conf/logwatch.conf
2 --- a/conf/logwatch.conf Sat Jan 22 01:00:00 2022
3 +++ b/conf/logwatch.conf Sun Apr 10 10:33:20 2022
4 @@ -96,6 +96,10 @@
5 # prints useful system configuration info.
6 Service = "-eximstats" # Prevents execution of eximstats service, which
7 # is a wrapper for the eximstats program.
8 +
9 +# Disabled: 'iptables'
10 +Service = "-iptables"
11 +
12 # If you only cared about FTP messages, you could use these 2 lines
13 # instead of the above:
14 #Service = ftpd-messages # Processes ftpd messages in /var/log/messages