diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-26 18:17:52 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-26 18:17:52 -0500 |
| commit | 8d3e241082df24ece24377ed6c296833386d6b68 (patch) | |
| tree | 388519a6ed6816f359aa045ef0572b558b493c8f | |
| parent | 21f3daaf78aba3395d39e1b8a69793a22a902a24 (diff) | |
clarify release notes
| -rw-r--r-- | static/releases.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/static/releases.html b/static/releases.html index c31928d9..92af45de 100644 --- a/static/releases.html +++ b/static/releases.html @@ -319,15 +319,15 @@ <li>Vanadium: stop replacing signature from the Vanadium signing key with the OS release key</li> <li>Settings: add back control over camera access while the screen is locked</li> <li>fix always-on MAC randomization option after restarting the device</li> - <li>split out base system untrusted_app (normal unprivileged apps) and isolated_app (isolatedProcess sandbox) SELinux policy domains for future work</li> - <li>remove base system app execmod</li> - <li>remove base system app execmem</li> - <li>remove base system app execute_no_trans</li> - <li>remove base system app app_data_file execute</li> - <li>remove base system app ashmem execute</li> - <li>remove base system app tmpfs execute</li> - <li>remove zygote execmem</li> - <li>remove system_server_startup domain</li> + <li>SELinux policy: split out base system untrusted_app (normal unprivileged apps) and isolated_app (isolatedProcess sandbox) SELinux policy domains for future work</li> + <li>SELinux policy: remove base system app execmod</li> + <li>SELinux policy: remove base system app execmem</li> + <li>SELinux policy: remove base system app execute_no_trans</li> + <li>SELinux policy: remove base system app app_data_file execute</li> + <li>SELinux policy: remove base system app ashmem execute</li> + <li>SELinux policy: remove base system app tmpfs execute</li> + <li>SELinux policy: remove zygote execmem</li> + <li>SELinux policy: remove system_server_startup domain</li> </ul> --> |
