zenfone6: Allow appdomain to get vendor_camera_prop

* Some apps rely on this and won't work properly if they
  can't read this property. See ~ Snapchat.

Change-Id: I737e28f038941e6d18b96ff512f29dbe0ad7b7e4
diff --git a/sepolicy/private/app.te b/sepolicy/private/app.te
new file mode 100644
index 0000000..9f418bd
--- /dev/null
+++ b/sepolicy/private/app.te
@@ -0,0 +1,2 @@
+# Allow appdomain to get vendor_camera_prop
+get_prop(appdomain, vendor_camera_prop)
diff --git a/sepolicy/private/property.te b/sepolicy/private/property.te
new file mode 100644
index 0000000..028c77c
--- /dev/null
+++ b/sepolicy/private/property.te
@@ -0,0 +1 @@
+type vendor_camera_prop, property_type;