display: Avoid selinux denials for vendor.debug.egl.swapinterval

Graphics prebuilts from gfx promotion #0062.03 introduce additional property acccess
 vendor.debug.egl.swapinterval
Add sepolicy to let bootanimation/apps access it cleanly.
This is a regression issue from ag/4985768 which leads to log flooding of access denials.

Bug: 115968787
Test: device logs does not throw following error:
      E libc    : Access denied finding property "vendor.debug.egl.swapinterval"
Change-Id: I28f13e60c679ab041abed65d848f492c5c9a9ce6
This commit is contained in:
Siddharth Kapoor
2018-09-18 18:36:09 +08:00
parent d11aebd5b7
commit cccfdee4ad

View File

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