diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 15:01:11 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 15:01:11 -0400 |
| commit | c2d2ba341074c1127130158c84768d5cb1f50d49 (patch) | |
| tree | 8df8eb55df18b00e489e5a71bd2a1b6dbe4d3891 | |
| parent | 16157e88ed7ec5d1e2adc5ba1f2f66198e008c16 (diff) | |
Scudo-related changes
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 5cd62de6..39633a2a 100644 --- a/static/releases.html +++ b/static/releases.html @@ -381,6 +381,8 @@ <li>build and use otatools.zip for signing releases instead of an ad-hoc approach</li> <li>Auditor: update to <a href="https://github.com/GrapheneOS/Auditor/releases/tag/18">version 19</a></li> <li>Updater: update targetSdkVersion to 30</li> + <li>disable Scudo on 64-bit since we use the substantially more secure hardened_malloc</li> + <li>fully replace jemalloc with Scudo on 32-bit</li> </ul> <p>Installations made before this project was renamed to GrapheneOS and before the |
