convenient privileged permission allowlist handling in debug builds

This commit is contained in:
Daniel Micay
2025-01-08 21:45:26 -05:00
parent aec92ba7df
commit cf2147d8ef

View File

@@ -555,6 +555,7 @@
<ul> <ul>
<li>make eng builds more consistent with user/userdebug builds by extending the GrapheneOS additions of the ro.control_privapp_permissions=enforce, net.tethering.noprovisioning=true and ro.sys.time_detector_update_diff=50 system properties to all build variants</li> <li>make eng builds more consistent with user/userdebug builds by extending the GrapheneOS additions of the ro.control_privapp_permissions=enforce, net.tethering.noprovisioning=true and ro.sys.time_detector_update_diff=50 system properties to all build variants</li>
<li>show a system error notification for privileged permission allowlist violations in development builds (userdebug and eng builds) instead of breaking booting the device to make developing device support and porting to new OS versions easier</li>
</ul> </ul>
</article> </article>
--> -->