diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-13 04:43:19 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-13 04:43:19 -0400 |
| commit | 0c250036e12ecb9b5e78d8084cdfeb90ff276659 (patch) | |
| tree | 3c0264c5bd298f9417c8522778f1ecf29b26aa06 | |
| parent | 7a96bafd4f52af5af742c04d350016eac46c457e (diff) | |
revert gmscompat shared user id check for now
| -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 982d3b3d..6057dc5a 100644 --- a/static/releases.html +++ b/static/releases.html @@ -425,6 +425,7 @@ <li>Settings: add 3rd option to connectivity check setting for disabling it (will prevent falling back to other networks from a broken one and handling captive portals)</li> <li>Settings: ignore carrier asking the OS not to show the preferred network setting, similar to how we already ignore being instructed to disallow tethering</li> <li>further fixes for the upstream code implementing the eBPF-based INTERNET permission (fixes cases where it was overly restrictive for secondary users, but we already prevented it from being overly permissive by adding back the simpler pre-eBPF approach as a 2nd layer of enforcement)</li> + <li>Sandboxed Google Play compatibility layer: disable shared user id check since it isn't relevant to GrapheneOS and it appears that it may be causing issues</li> </ul> </article> --> |
