diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-20 03:33:55 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-20 03:34:11 -0500 |
| commit | 76867894c0877945830f9baa02b64ad5456f69d1 (patch) | |
| tree | 5092a6e72504452c024a5beb63ed9849439ae2f6 /static | |
| parent | 2c51246c2795bd9e2afe8626bcf6bd0b601d005b (diff) | |
formally disallow installing instant apps
Diffstat (limited to 'static')
| -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 bcc1cc2d..ee444a94 100644 --- a/static/releases.html +++ b/static/releases.html @@ -672,6 +672,7 @@ <li>SELinux policy: drop auditing for apk_data_file execute/execute_no_trans (research is done)</li> <li>SELinux policy: add back apk_data_file execute/execute_no_trans for adb shell for debugging use cases (removing it isn't really useful for hardening and we plan on hardening ADB for the verified boot model another way)</li> <li>Settings: revert to standard Android 13 minimum threshold of 10% for automatic battery saver since lowering it below 10% doesn't work as intended without more invasive changes outside the scope of GrapheneOS</li> + <li>fully disallow installing instant apps instead of permitting ADB shell and system apps to do it (this will simplify future work)</li> </ul> </article> --> |
