Fix access denials for Render script props

ro.vendor.graphics.memory and vendor.debug.rs.* are used by Render
script (one of same-process HALs).
So they should be public-readable because Render script can be loaded
from almost everywhere.

Bug: 109653662
Test: succeeded building and tested with taimen
Change-Id: I5c6d6dd2f2406feaec60c965a763215c4a064f52
This commit is contained in:
Jaekyun Seok
2018-06-05 09:26:02 +09:00
parent 57b429087c
commit 591308e3bf

View File

@@ -46,8 +46,10 @@ ro.boot.ddrsize u:object_r:public_vendor_default_prop:s0
ro.boot.hardware.ddr u:object_r:public_vendor_default_prop:s0
ro.boot.hardware.ufs u:object_r:public_vendor_default_prop:s0
ro.qcom.adreno. u:object_r:public_vendor_default_prop:s0
ro.vendor.graphics.memory u:object_r:public_vendor_default_prop:s0
vendor.debug.egl.changepixelformat u:object_r:public_vendor_default_prop:s0
vendor.debug.prerotation.disable u:object_r:public_vendor_default_prop:s0
vendor.debug.rs. u:object_r:public_vendor_default_prop:s0
# public_vendor_system_prop
# They are public_vendor_system_props for vendor-specific extension.