diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-26 05:17:46 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-26 05:17:46 -0500 |
| commit | 2852c2d0f7cca0204209a155bb65c5082e5eeef2 (patch) | |
| tree | da64e545ba96cdb75587180995422377035ab9cd | |
| parent | 5b6605fe9030fb8a5862a70a5b099e2b9a1caf17 (diff) | |
more SELinux policy restoration work
| -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 fa7b42db..e2b3278e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -322,7 +322,9 @@ <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 zygote execmem</li> </ul> |
