zenfone6: Fix some Selinux denials
Change-Id: Ie41d6bcfc0d7886cc9c18e321c333f662a975531
diff --git a/sepolicy/private/property_contexts b/sepolicy/private/property_contexts
index 228614f..0fd9105 100644
--- a/sepolicy/private/property_contexts
+++ b/sepolicy/private/property_contexts
@@ -6,3 +6,7 @@
ro.camera.res.fmq.size u:object_r:exported_system_prop:s0 exact int
ro.camera.req.fmq.size u:object_r:exported_system_prop:s0 exact int
ro.product.system.manufacturer u:object_r:exported_system_prop:s0 exact int
+
+persist.vendor.sys.cta.security u:object_r:system_prop:s0
+persist.vendor.sys.cta.os u:object_r:system_prop:s0
+
diff --git a/sepolicy/product/private/platform_app.te b/sepolicy/product/private/platform_app.te
new file mode 100644
index 0000000..51396cc
--- /dev/null
+++ b/sepolicy/product/private/platform_app.te
@@ -0,0 +1 @@
+allow platform_app vendor_display_notch_prop:file { read };