Skip to content

Commit

Permalink
UBUNTU: [Config] Disable BlueZ highspeed support
Browse files Browse the repository at this point in the history
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 <stefan.bader@canonical.com>
Acked-by: Andrea Righi <andrea.righi@canonical.com>
Acked-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
  • Loading branch information
Stefan Bader authored and Andrea Righi committed Oct 15, 2020
1 parent 4ef204a commit 9bc2fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion debian.master/config/annotations
Original file line number Diff line number Diff line change
Expand Up @@ -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<ENFORCED> note<https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00435.html>

# Menu: Networking support >> Bluetooth subsystem support >> Bluetooth device drivers
CONFIG_BT_HCIBTSDIO policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}>
Expand Down
2 changes: 1 addition & 1 deletion debian.master/config/config.common.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bc2fef

Please sign in to comment.