document native debugging notification

This commit is contained in:
Dmitry Muhomor 2023-11-30 09:11:06 +02:00 committed by Daniel Micay
parent 21ffc57c98
commit 581e22327a

View File

@ -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>