From 554eb1134d933b11ecfd8f8abcfcc1c36383ab6b Mon Sep 17 00:00:00 2001 From: Dmitry Muhomor Date: Thu, 30 Nov 2023 08:26:46 +0200 Subject: [PATCH] update native debugging section --- static/features.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/features.html b/static/features.html index 2551b477..8786f40f 100644 --- a/static/features.html +++ b/static/features.html @@ -239,8 +239,10 @@ optional features by default (NFC, Bluetooth, UWB, etc.), when the screen is locked (connecting new USB peripherals, camera access) and optionally after a timeout (Bluetooth, Wi-Fi) -
  • Option to disable native debugging (ptrace) to reduce local attack surface - (still enabled by default for compatibility)
  • +
  • Native debugging (ptrace) access is blocked for all bundled apps to + reduce local attack surface. ptrace access is allowed by default for user + installed apps for compatibility, with an option to block it by default. In + both cases, ptrace access can be blocked or allowed manually.