mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Clean up whatever remained from ALGs in userspace
This patch removes translations, directives in LFS files, and ALG shared object files which all became orphaned after we disabled ALGs due to NAT Slipstreaming vulnerability in Core Update 155. Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
2c8a20af47
commit
3e60ed14e2
@@ -138,11 +138,6 @@ $(TARGET) :
|
||||
cp $(DIR_SRC)/config/suricata/convert-snort /usr/sbin/convert-snort
|
||||
cp $(DIR_SRC)/config/suricata/convert-ids-modifysids-file /usr/sbin/convert-ids-modifysids-file
|
||||
|
||||
# Add conntrack helper default settings
|
||||
for proto in AMANDA FTP H323 IRC PPTP SIP TFTP; do \
|
||||
echo "CONNTRACK_$${proto}=off" >> $(CONFIG_ROOT)/optionsfw/settings; \
|
||||
done
|
||||
|
||||
# set converters executable
|
||||
chmod 755 /usr/sbin/convert-*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user