diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-28 18:05:03 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-28 19:15:40 -0400 |
| commit | 15c1540d4d7f780bede22e0129e4c5ec35eab2f7 (patch) | |
| tree | 499e3bdc3c739d2ca4422f53cd1a5daf9bb1f087 | |
| parent | 0f1d058a1a911249971fe4c6a0e93297204e6c78 (diff) | |
further restrict access to GrapheneOS added settings
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 89da7492..b053626e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -575,6 +575,8 @@ <ul> <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>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/135.0.7049.38.0">version 135.0.7049.38.0</a></li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-155">version 155</a></li> </ul> |
