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

@@ -808,7 +808,8 @@
<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>Disable memory tagging, unless the app has opted-in to it (only on
compatible devices)</li>
<li>Allow native debugging (ptrace) access</li>
</ul>