From 164bc16e95aaa062ecb258dfd5b6f1f37cc8760b Mon Sep 17 00:00:00 2001 From: Lorenzo Tucci Date: Mon, 23 Aug 2021 14:50:54 +0200 Subject: [PATCH] feat: add modprobe.d --- modprobe/etc/modprobe.d/disable-ipv6.conf | 1 + modprobe/etc/modprobe.d/disable-rare-protocols.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 modprobe/etc/modprobe.d/disable-ipv6.conf create mode 100644 modprobe/etc/modprobe.d/disable-rare-protocols.conf diff --git a/modprobe/etc/modprobe.d/disable-ipv6.conf b/modprobe/etc/modprobe.d/disable-ipv6.conf new file mode 100644 index 0000000..84b10fc --- /dev/null +++ b/modprobe/etc/modprobe.d/disable-ipv6.conf @@ -0,0 +1 @@ +install ipv6 /bin/true diff --git a/modprobe/etc/modprobe.d/disable-rare-protocols.conf b/modprobe/etc/modprobe.d/disable-rare-protocols.conf new file mode 100644 index 0000000..92966bd --- /dev/null +++ b/modprobe/etc/modprobe.d/disable-rare-protocols.conf @@ -0,0 +1,4 @@ +install dccp /bin/true +install sctp /bin/true +install rds /bin/true +install tipc /bin/true