fix indentation of exploit protection list

This commit is contained in:
Dmitry Muhomor 2024-01-08 15:41:52 +02:00 committed by Daniel Micay
parent 581e22327a
commit 17d189d7f6

View File

@ -806,10 +806,11 @@
<p>You can enable our exploit protection compatibility mode via Settings ➔ Apps ➔
App ➔ Exploit protection. The exploit protection compatibility mode toggle will:</p>
<ul>
<li>Switch from hardened_malloc to Android's standard allocator (Scudo)</li>
<li>Reduce address space size from 48 bit to Android's standard 39 bit</li>
<li>Disable memory tagging, unless the app has opted-in to it (only on compatible devices)</li>
<li>Allow native debugging (ptrace) access</li>
<li>Switch from hardened_malloc to Android's standard allocator (Scudo)</li>
<li>Reduce address space size from 48 bit to Android's standard 39 bit</li>
<li>Disable memory tagging, unless the app has opted-in to it (only on
compatible devices)</li>
<li>Allow native debugging (ptrace) access</li>
</ul>
<p>All of these changes apply only to the selected app and can be toggled separately.</p>