public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 74d3d9cbe3e3b198e6c7a8c30ec2a0c58b6c5e2c
Date: Tue, 02 Mar 2021 10:08:12 +0000	[thread overview]
Message-ID: <4DqXrY12L0z2xLW@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2108 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  74d3d9cbe3e3b198e6c7a8c30ec2a0c58b6c5e2c (commit)
      from  b6deb78d91664a8ef7b9eac2cbfd44b5d9cfaf2c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 74d3d9cbe3e3b198e6c7a8c30ec2a0c58b6c5e2c
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Tue Mar 2 10:04:46 2021 +0000

    firewall: Disable all connection tracking helpers by default
    
    This will mitigate exploiting networks secured by IPFire using NAT
    Slipstreaming:
    
    https://lists.ipfire.org/pipermail/development/2021-February/009303.html
    
    Suggested-by: Peter Müller <peter.mueller(a)ipfire.org>
    Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 lfs/configroot | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Difference in files:
diff --git a/lfs/configroot b/lfs/configroot
index bc8c0283f..a3e474d70 100644
--- a/lfs/configroot
+++ b/lfs/configroot
@@ -139,12 +139,7 @@ $(TARGET) :
 	cp $(DIR_SRC)/config/suricata/convert-ids-modifysids-file   /usr/sbin/convert-ids-modifysids-file
 
 	# Add conntrack helper default settings
-	for proto in FTP H323 IRC SIP TFTP; do \
-		echo "CONNTRACK_$${proto}=on" >> $(CONFIG_ROOT)/optionsfw/settings; \
-	done
-
-	# Do not enable these by default because these are broken
-	for proto in AMANDA PPTP; do \
+	for proto in AMANDA FTP H323 IRC PPTP SIP TFTP; do \
 		echo "CONNTRACK_$${proto}=off" >> $(CONFIG_ROOT)/optionsfw/settings; \
 	done
 


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2021-03-02 10:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DqXrY12L0z2xLW@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox