zenfone6: Add AsusCamera

* Remove unnecessary blobs that crash the app. Already present in /vendor/lib64

Change-Id: I3706de7c4046e3a12827f4fa18ebec75988fdd57
diff --git a/sepolicy/private/file.te b/sepolicy/private/file.te
index d3789ad..e67b2d5 100644
--- a/sepolicy/private/file.te
+++ b/sepolicy/private/file.te
@@ -8,4 +8,7 @@
 
 # Offscreen Gestures
 type sysfs_gesture, sysfs_type, fs_type;
-type sysfs_touchscreen, sysfs_type, fs_type;
\ No newline at end of file
+type sysfs_touchscreen, sysfs_type, fs_type;
+
+# vendor camera files
+type vendor_camera_data_file, file_type, data_file_type;
\ No newline at end of file