summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-04-28 15:48:55 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-04-28 15:48:55 -0400
commita897b4e5f40a2f859c9e81686f42f4723905dacd (patch)
treeb29527621c287de8853329b7bf55d6df36779267
parent97547b20d9fb9b8f67ed6271a7dbbe1790c82364 (diff)
clarify details of native debugging toggle
-rw-r--r--static/releases.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html
index c80a55b2..d9f6ee1e 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -486,8 +486,8 @@
<ul>
<li>kernel (Pixel 4a (5G), Pixel 5): rebuild with updated techpack/camera submodule</li>
- <li>add back support for fully disabling native debugging support in Settings → Security</li>
- <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): enable support for native debugging toggle</li>
+ <li>add back support for fully disabling native debugging (ptrace) support in Settings → Security</li>
+ <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): enable support for native debugging (ptrace) toggle via Yama</li>
<li>Settings: add back extra field with bootloader version</li>
<li>Settings: only allow disabling Vanadium WebView library via developer tools since disabling it breaks app compatibility and almost always results in crashes rather than user friendly errors, including for base OS components using it</li>
<li>Vanadium: update Chromium base to 90.0.4430.66</li>