]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/logwatch/logwatch-7.5.4-disable_iptables.patch
logwatch: Disable iptables output in summary.dat, fixes #12533
[people/pmueller/ipfire-2.x.git] / src / patches / logwatch / logwatch-7.5.4-disable_iptables.patch
diff --git a/src/patches/logwatch/logwatch-7.5.4-disable_iptables.patch b/src/patches/logwatch/logwatch-7.5.4-disable_iptables.patch
new file mode 100644 (file)
index 0000000..8ad0c3b
--- /dev/null
@@ -0,0 +1,14 @@
+diff -U 3 a/conf/logwatch.conf b/conf/logwatch.conf
+--- a/conf/logwatch.conf       Thu Sep 19 01:58:55 2019
++++ b/conf/logwatch.conf       Thu Nov 26 18:46:12 2020
+@@ -94,6 +94,10 @@
+                             # prints useful system configuration info.
+ Service = "-eximstats"      # Prevents execution of eximstats service, which
+                             # is a wrapper for the eximstats program.
++
++# Disabled: 'iptables'
++Service = "-iptables"
++
+ # If you only cared about FTP messages, you could use these 2 lines
+ # instead of the above:
+ #Service = ftpd-messages   # Processes ftpd messages in /var/log/messages