From a14a2854c6e72f2b4b3e5c8d02b63a46c3179a00 Mon Sep 17 00:00:00 2001 From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Wed, 16 Oct 2019 18:52:14 +0000 Subject: [PATCH] Elaborate --- etc/modprobe.d/blacklist-bluetooth.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/modprobe.d/blacklist-bluetooth.conf b/etc/modprobe.d/blacklist-bluetooth.conf index a98d5b1..2bfc7fb 100644 --- a/etc/modprobe.d/blacklist-bluetooth.conf +++ b/etc/modprobe.d/blacklist-bluetooth.conf @@ -1,3 +1,6 @@ -# Blacklists bluetooth. +# Blacklists bluetooth to reduce attack surface. +# Bluetooth also has a history of security vulnerabilities: +# +# https://en.wikipedia.org/wiki/Bluetooth#History_of_security_concerns install bluetooth /bin/false install btusb /bin/false