From 9bc2feffe15f15f4536a5db090f73c7c4e9b1a68 Mon Sep 17 00:00:00 2001 From: Stefan Bader Date: Thu, 15 Oct 2020 11:32:44 +0200 Subject: [PATCH] UBUNTU: [Config] Disable BlueZ highspeed support The Intel BlueZ project recommends in [1] to disable highspeed support as part of the fixes for the security issues. This does the required changes. [1] https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00435.html CVE-2020-24490 CVE-2020-12351 CVE-2020-12352 Signed-off-by: Stefan Bader Acked-by: Andrea Righi Acked-by: Colin Ian King Signed-off-by: Andrea Righi --- debian.master/config/annotations | 3 ++- debian.master/config/config.common.ubuntu | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index c408e11e3d649..bd37e327165fe 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -11437,7 +11437,8 @@ CONFIG_BT_BNEP_MC_FILTER policy<{'amd64': 'y', 'arm64': ' CONFIG_BT_BNEP_PROTO_FILTER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> CONFIG_BT_CMTP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> CONFIG_BT_HIDP policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> -CONFIG_BT_HS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y'}> +CONFIG_BT_HS policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n'}> +CONFIG_BT_HS mark note # Menu: Networking support >> Bluetooth subsystem support >> Bluetooth device drivers CONFIG_BT_HCIBTSDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 9f997cb6f0ff7..c20145760f296 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1313,7 +1313,7 @@ CONFIG_BT_HCIUART_RTL=y CONFIG_BT_HCIUART_SERDEV=y CONFIG_BT_HCIVHCI=m CONFIG_BT_HIDP=m -CONFIG_BT_HS=y +# CONFIG_BT_HS is not set CONFIG_BT_INTEL=m CONFIG_BT_LE=y CONFIG_BT_LEDS=y