prevent xtra-daemon from reading SoC serial

This commit is contained in:
Daniel Micay 2023-04-29 09:00:27 -04:00
parent 0f61b4c1a8
commit 0c608ec3fa

View File

@ -686,6 +686,7 @@
<li>disable UWB (Ultra Wide Band) by default</li> <li>disable UWB (Ultra Wide Band) by default</li>
<li>Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a: enforce XTRA version 3 for PSDS downloads (GNSS satellite almanacs)</li> <li>Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a: enforce XTRA version 3 for PSDS downloads (GNSS satellite almanacs)</li>
<li>Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a: fix certificate authority configuration</li> <li>Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a: fix certificate authority configuration</li>
<li>Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a: remove access to SoC information from GPS user to prevent xtra-daemon from reading SoC serial number and including it in User-Agent</li>
<li>hwui: backport null pointer check from AOSP master</li> <li>hwui: backport null pointer check from AOSP master</li>
<li>keystore: backport generating fallback operation challenge with SecureRandom from AOSP master</li> <li>keystore: backport generating fallback operation challenge with SecureRandom from AOSP master</li>
<li>Launcher: backport null pointer check from AOSP master</li> <li>Launcher: backport null pointer check from AOSP master</li>