diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-26 02:25:08 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-26 02:25:08 -0400 |
| commit | c83d09b043813298114598e97c5356c4d2e76d67 (patch) | |
| tree | 6a326c45633a88bc36d7ccc1b022c38bce07b9c5 | |
| parent | d133df1f1d9646f175fbfb5c0811cda4875b65b8 (diff) | |
clarify restricted setting expansion
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index b685f245..f81d09fe 100644 --- a/static/releases.html +++ b/static/releases.html @@ -600,7 +600,7 @@ <li>Bluetooth: backport upstream fixes for compatibility with certain Bluetooth peripherals caused by recent a security fix for Bluetooth encryption</li> <li>Settings: prevent disabling system Dialer app since it's always required for emergency calls</li> <li>avoid granting special runtime permissions (Network, Sensors) added by GrapheneOS when unarchiving an app</li> - <li>use our restricted setting infrastructure to restrict access to our notification forwarding setting too</li> + <li>use our restricted setting infrastructure to restrict system app access to our notification forwarding setting too</li> <li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.134</li> <li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.87</li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/135.0.7049.100.0">version 135.0.7049.100.0</a></li> |
