diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-04 17:06:45 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-04 22:10:06 -0400 |
| commit | b1777ceca8773c20847461815f8f06d746e62759 (patch) | |
| tree | 4cf9c9a96ccb5b7dd5789a26b230123f59c679fc | |
| parent | 9aecf2c8fe13999ede8cf5a97e20e6a8ba094de2 (diff) | |
reword immutable Settings improvement
| -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 16cb66fe..df8dd8e7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -598,7 +598,7 @@ <li>fix upstream system_server crash from null pointer exception in F2fsUtils</li> <li>add infrastructure for more restricted access to global and per-user settings instead of allowing all system apps to read them and all privileged systems apps with the WRITE_SECURE_SETTINGS privileged permission to write them</li> <li>further restrict access to all global and per-user settings added by GrapheneOS with our new infrastructure</li> - <li>make the value of the ADD_USERS_WHEN_LOCKED and ENABLE_EPHEMERAL_FEATURE settings we disable at boot explicitly immutable instead</li> + <li>replace disabling the unused ADD_USERS_WHEN_LOCKED and ENABLE_EPHEMERAL_FEATURE settings at boot with a new approach of making settings immutable in the code, which we can expand in the future to other problematic settings not used by GrapheneOS</li> <li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.131</li> <li>kernel (6.1): drop revert for upstream USB fix causing DisplayPort alternate mode regression due to another upstream patch attempting to fix it</li> <li>kernel (6.6): update to latest GKI LTS branch revision</li> |
