mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Fix access denials for libEGL props
vendor.debug.egl.changepixelformat and vendor.debug.prerotation.disable are used by libEGL (one of same-process HALs). So they should be public-readable because libEGL can be loaded from almost everywhere. Bug: 80135368 Test: succeeded building and tested with taimen Change-Id: I2e9c0809a4868329ab76a94800a144283f523579
This commit is contained in:
2
sepolicy/vendor/property_contexts
vendored
2
sepolicy/vendor/property_contexts
vendored
@@ -46,6 +46,8 @@ 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
|
||||
vendor.debug.egl.changepixelformat u:object_r:public_vendor_default_prop:s0
|
||||
vendor.debug.prerotation.disable u:object_r:public_vendor_default_prop:s0
|
||||
|
||||
# public_vendor_system_prop
|
||||
# They are public_vendor_system_props for vendor-specific extension.
|
||||
|
||||
Reference in New Issue
Block a user