summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-04-17 12:10:04 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-04-17 12:16:07 -0400
commit4dbd6e61937a4810e52bc0e05183fe8095309be5 (patch)
treee68043f92a4a0b3429c3dda64cb150dc4da3981e
parent36259d3549b23445d33571071221f329fcc727c6 (diff)
higher ASLR entropy for init
This also adjusts the earlier release notes for consistency.
-rw-r--r--static/releases.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index ba0c13a1..6aea7c3e 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -447,6 +447,7 @@
<p>Changes since the 2021.04.16.04 release:</p>
<ul>
+ <li>kernel (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): update change to use max ASLR entropy before the init process enables it for the larger address space enabled by GrapheneOS</li>
</ul>
</article>
-->
@@ -1204,7 +1205,7 @@
<li>Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL: update APNs with carriersettings-extractor</li>
<li>disable network time refresh when network time is disabled (previous behavior inherited from upstream)</li>
<li>kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL): make reproducible builds simpler</li>
- <li>kernel (Pixel 4, Pixel 4 XL): use max mmap entropy by default to cover init</li>
+ <li>kernel (Pixel 4, Pixel 4 XL): use max ASLR entropy before the init process enables it</li>
</ul>
<p>Restoration of past features since the 2020.06.22.21 release:</p>