From eb7eaffba1f437763773b5c7f2b44ef51684ddcd Mon Sep 17 00:00:00 2001 From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Thu, 4 Jul 2019 14:24:44 +0000 Subject: [PATCH] Blacklist n-hdlc --- etc/modprobe.d/uncommon-network-protocols.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/modprobe.d/uncommon-network-protocols.conf b/etc/modprobe.d/uncommon-network-protocols.conf index 474598a..41da209 100644 --- a/etc/modprobe.d/uncommon-network-protocols.conf +++ b/etc/modprobe.d/uncommon-network-protocols.conf @@ -3,3 +3,4 @@ install dccp /bin/true install sctp /bin/true install rds /bin/true install tipc /bin/true +install n-hdlc /bin/true