diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-20 13:51:03 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-20 13:51:52 -0400 |
| commit | 6d2b314d0e2b850c1ce26f31d5dc1ed802b379f4 (patch) | |
| tree | 30921a523fe039f1555d1b5d23577bc1910bbdb3 | |
| parent | 9cf10e7afdc08151f0804c0b13f9a95b8079e896 (diff) | |
fix upstream null pointer exception
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 93d65273..d0f20762 100644 --- a/static/releases.html +++ b/static/releases.html @@ -786,6 +786,7 @@ <li>extend USB-C port setting to also handle pogo pins on the Pixel Tablet</li> <li>kernel (5.10, 5.15, 6.1, 6.6): replace our deny_new_usb feature with a new deny_new_usb2 feature also disabling USB gadgets</li> <li>extend USB-C port setting to enable deny_new_usb2 as a second layer of defense disabling new USB connections and then USB data at a hardware level, in case the USB controller is compromised or doesn't work correctly</li> + <li>Files: fix upstream null pointer exception triggered on resuming activity</li> <li>Settings: require user authentication for changing auto-reboot, USB peripheral and USB-C port security settings</li> <li>Settings: avoid prompting for user authentication when selecting the same value as before for GrapheneOS settings requiring it</li> <li>temporarily add back memory tagging exception for Pixel wifi_ext service</li> |
