diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-16 02:18:37 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-16 02:18:37 -0400 |
| commit | 7bf00d4c52f35e10fa875dfa25bba78e63471b04 (patch) | |
| tree | a479f83f8bf98197436751defe394052fe8a78a7 | |
| parent | 5558fd3c6443f20275f9f8be19b47d8b94709792 (diff) | |
clarify feature restoration
| -rw-r--r-- | static/releases.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/releases.html b/static/releases.html index 796a9cdc..cea80b4c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -441,13 +441,13 @@ <li>Vanadium: update Chromium base to 89.0.4389.90</li> <li>Vanadium: enable partitioning connections by default</li> <li>integrate the latest open source release of TalkBack and Switch Access again (a text-to-speech service like RHVoice needs to be installed, configured and enabled to be able to use TalkBack)</li> - <li>SELinux policy: remove tmpfs execute for all base system app domains again</li> + <li>SELinux policy: add back removing tmpfs execute for all base system app domains</li> <li>SELinux policy: expand exception from ashmem execute restriction to legacy non-base system app domains (was more strict than currently intended since we don't want to break app compatibility)</li> <li>add Bluetooth timeout feature with a security fix applied to the original implementation</li> <li>Updater: rename title of the management activity launched via Settings</li> <li>set GrapheneOS launcher as a default notification listener so that the default enabled notification integration works as intended by default like the stock OS</li> - <li>remove DUN requirement for tethering</li> - <li>ignore tethering provisioning requirement</li> + <li>add back removing DUN requirement for tethering</li> + <li>add back ignoring tethering provisioning requirement</li> </ul> </article> --> |
