From 581e22327aa480fd8958060504afa4a1c2de6984 Mon Sep 17 00:00:00 2001 From: Dmitry Muhomor Date: Thu, 30 Nov 2023 09:11:06 +0200 Subject: [PATCH] document native debugging notification --- static/features.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/features.html b/static/features.html index f674d515..a4f4a9d4 100644 --- a/static/features.html +++ b/static/features.html @@ -242,7 +242,10 @@
  • 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.
  • + both cases, ptrace access can be blocked or allowed manually on a per-app + basis. When an app that is blocked from accessing ptrace tries to use it, + GrapheneOS shows a notification that links the per-app native debugging + settings screen.