summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Muhomor <muhomor.dmitry@gmail.com>2023-11-30 09:11:06 +0200
committerDaniel Micay <danielmicay@gmail.com>2024-01-08 12:28:06 -0500
commit581e22327aa480fd8958060504afa4a1c2de6984 (patch)
treed775ac5a7fe083152655923d0f3f95c03069df52
parent21ffc57c98a43a4e7423a2af25fdb9a3a0b011e3 (diff)
document native debugging notification
-rw-r--r--static/features.html5
1 files changed, 4 insertions, 1 deletions
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 @@
<li>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.</li>
+ 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.</li>
</ul>
</section>