restoration of some native code exec changes

This commit is contained in:
Daniel Micay 2020-02-25 06:56:08 -05:00
parent 9aea412189
commit 73b49cd624

View File

@ -320,6 +320,10 @@
<li>Settings: add back control over camera access while the screen is locked</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>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>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 app_data_file execute</li>
<li>remove zygote execmem</li>
</ul> </ul>
--> -->