From 34bf297bd17af2adf59804bd133a00b7dc1942b7 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 25 Dec 2023 08:32:34 -0500 Subject: [PATCH] formatting --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08d4d52..772fdf8 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,15 @@ See: ## Network & Bluetooth hardening -* Bluetooth is 'enabled' for the system. Unlike the usual default behavior, we start bluetooth turned off on system start and it stays that way unless the user explicitly chooses to turn bluetooth on. The user is left with the freedom to easily switch bluetooth on and off the usual way with his own discretion. We set significantly more private defaults for bluetooth connections by enforcing private addresses and strict timeout settings for discoverability and visibility. That being said, the most secure and private bluetooth connection might inherently come with risks by its nature and may be prone to exploits, as it has a history of having new security vulnurabilities often. So users are recommended to choose not to use bluetooth when given the option. +* Bluetooth is 'enabled' for the system. Unlike the usual default behavior, we start +bluetooth turned off on system start and it stays that way unless the user +explicitly chooses to turn bluetooth on. The user is left with the freedom to easily +switch bluetooth on and off the usual way with his own discretion. We set significantly +more private defaults for bluetooth connections by enforcing private addresses and +strict timeout settings for discoverability and visibility. That being said, the most +secure and private bluetooth connection might inherently come with risks by its nature +and may be prone to exploits, as it has a history of having new security vulnurabilities +often. So users are recommended to choose not to use bluetooth when given the option. See: