[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: configure iptables to drop incoming UDP packets - thanks to bmwiedemann
Holger Levsen
gitlab at salsa.debian.org
Fri Sep 28 16:46:12 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ae6b92f1 by Holger Levsen at 2018-09-28T15:45:59Z
reproducible: configure iptables to drop incoming UDP packets - thanks to bmwiedemann
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- hosts/common/etc/rc.local
Changes:
=====================================
hosts/common/etc/rc.local
=====================================
@@ -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
#
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/ae6b92f1c7a98ca23aaecc6abea7168c6158ee87
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/ae6b92f1c7a98ca23aaecc6abea7168c6158ee87
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180928/6f911ca4/attachment.html>
More information about the Qa-jenkins-scm
mailing list