diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-20 12:44:30 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-20 12:44:30 -0400 |
| commit | e6e72dbd97e33a12f8b9282ef622477f076e605a (patch) | |
| tree | fce225407d34ba86c134a7d3502ee6566008142e | |
| parent | 8b2ea6684507d1f892efd1bf5ee15ef159867879 (diff) | |
mention Bluetooth timeout in attack surface point
| -rw-r--r-- | static/features.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/features.html b/static/features.html index 3a33f399..a3335ca9 100644 --- a/static/features.html +++ b/static/features.html @@ -104,8 +104,9 @@ <li>Eliminates remaining holes for apps to access hardware-based identifiers</li> <li>Greatly reduced remote, local and proximity-based attack surface by stripping out unnecessary code, making more features optional and disabling - optional features by default (NFC, Bluetooth, etc.) or when the screen is - locked (connecting new USB peripherals, camera access)</li> + optional features by default (NFC, Bluetooth, etc.), when the screen is + locked (connecting new USB peripherals, camera access) and optionally after a + timeout (Bluetooth)</li> <li>Low-level improvements to the filesystem-based full disk encryption used on modern Android</li> <li>Support for logging out of user profiles without needing a device manager: |
