higher ASLR entropy for init

This also adjusts the earlier release notes for consistency.
This commit is contained in:
Daniel Micay 2021-04-17 12:10:04 -04:00
parent 36259d3549
commit 4dbd6e6193

View File

@ -447,6 +447,7 @@
<p>Changes since the 2021.04.16.04 release:</p> <p>Changes since the 2021.04.16.04 release:</p>
<ul> <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> </ul>
</article> </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>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>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 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> </ul>
<p>Restoration of past features since the 2020.06.22.21 release:</p> <p>Restoration of past features since the 2020.06.22.21 release:</p>