zenfone6: Add AsusCamera
* Remove unnecessary blobs that crash the app. Already present in /vendor/lib64
Change-Id: I3706de7c4046e3a12827f4fa18ebec75988fdd57
diff --git a/sepolicy/private/platform_app.te b/sepolicy/private/platform_app.te
new file mode 100644
index 0000000..ad9d2f6
--- /dev/null
+++ b/sepolicy/private/platform_app.te
@@ -0,0 +1,5 @@
+allow platform_app vendor_file:file r_file_perms;
+allow platform_app asus_prop:file r_file_perms;
+allow platform_app app_data_file:file { execute };
+allow platform_app vendor_camera_data_file:dir { add_name create getattr remove_name rw_file_perms search setattr };
+allow platform_app vendor_camera_data_file:file { create getattr unlink rw_file_perms setattr };
\ No newline at end of file