selinux: Add vendor display properties to public_vendor_default_prop

Clean up avc denials from vendor display properties
- vendor.gralloc.disable_ubwc
- vendor.debug.egl.profiler
- vendor.gralloc.enable_ahardware_buffer

Bug: 79617173
Test: check device logs with new sepolicy. cannot find avc denials.
Change-Id: Ie1db22ebefa0c2533459c584cac4ad5534556749
This commit is contained in:
Siddharth Kapoor
2019-01-16 14:03:38 +08:00
parent ff4405dc46
commit 904897c7f1

View File

@@ -52,6 +52,9 @@ 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
vendor.debug.egl.swapinterval u:object_r:public_vendor_default_prop:s0
vendor.gralloc.disable_ubwc u:object_r:public_vendor_default_prop:s0
vendor.debug.egl.profiler u:object_r:public_vendor_default_prop:s0
vendor.gralloc.enable_ahardware_buffer u:object_r:public_vendor_default_prop:s0
# public_vendor_system_prop
# They are public_vendor_system_props for vendor-specific extension.