Commit ae6b92f1 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: configure iptables to drop incoming UDP packets - thanks to bmwiedemann

parent 0810f04c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -75,6 +75,11 @@ fixup_shm
# fixup eth0's MTU if needed
fixup_mtu

#
# configure iptables to drop incoming UDP packets
#
iptables -I INPUT -p udp --dport 111 -j DROP

#
# put schroots on tmpfs for non debian hosts
#