diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-19 12:25:07 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-19 12:25:55 -0500 |
| commit | 8ae3a726cc01b3f61af2241637c665fe12e188d9 (patch) | |
| tree | 5f0fbc316d63b6d9ba1ffce7d2b7ee787aeea0cb | |
| parent | 5c3ecc1dffde116621a1d142bb84aba10061a608 (diff) | |
ignore sysrq_always_enabled
| -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 5a284604..e1dca6cc 100644 --- a/static/releases.html +++ b/static/releases.html @@ -738,6 +738,7 @@ <li>Sandboxed Google Play compatibility layer: catch SecurityException from setApplicationEnabledSetting() instead of relying on PhenotypeFlag override</li> <li>remove legacy AOSP Search app now that Vanadium provides the global search intent in addition to the more common web search intent also implemented by other browsers including Brave</li> <li>Settings: improve strings for network connection toggles</li> + <li>kernel (5.10, 5.15, 6.1): temporarily ignore sysrq_always_enabled to avoid sysrq being enabled on devices passing it on the kernel line unconditionally</li> <li>kernel (5.10): update to latest GKI LTS branch revision</li> <li>kernel (5.15): update to latest GKI LTS branch revision</li> <li>kernel (6.1): update to latest GKI LTS branch revision</li> |
