From c7bfbdc2ef1c29d357c5d0def038637b8c9c7387 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 31 Jan 2011 19:10:49 +0100 Subject: [PATCH] core45: disable snort packet decode alerts also on update. --- config/rootfiles/core/45/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/45/update.sh b/config/rootfiles/core/45/update.sh index 64be6d3e6a..228ada4e46 100644 --- a/config/rootfiles/core/45/update.sh +++ b/config/rootfiles/core/45/update.sh @@ -48,6 +48,10 @@ extract_files sed "s|MAILTO=root|MAILTO=|g" < /var/spool/cron/root.orig > /var/tmp/root.tmp fcrontab /var/tmp/root.tmp +# Disable snort packet decoding alerts +sed -i "s|#config disable_decode_alerts|config disable_decode_alerts|g" /etc/snort/snort.conf +sed -i "s|#config disable_tcpopt_alerts|config disable_tcpopt_alerts|g" /etc/snort/snort.conf + # #Start services echo Starting Proxy -- 2.39.2