summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-06-20 10:35:30 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-06-20 10:35:30 -0400
commit9cf10e7afdc08151f0804c0b13f9a95b8079e896 (patch)
tree5fbe7a62b11a4e50733a403171439c73e6b2f365
parentacd61e8ab04305f8750ba161b3644d89c2cfa94d (diff)
improve user authentication for our settings
-rw-r--r--static/releases.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 4486b845..93d65273 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -786,7 +786,8 @@
<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>require user authentication for changing auto-reboot, USB peripheral and USB-C port security settings</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>
<li>add GrapheneOS Linux kernel port to the 6.6 GKI LTS branch</li>
<li>kernel (5.10): update to latest GKI LTS branch revision including update to 5.10.215</li>