zenfone6: Add firmware and bt_firmware sepolicy
diff --git a/sepolicy/private/file.te b/sepolicy/private/file.te
index 76f08bc..d3789ad 100644
--- a/sepolicy/private/file.te
+++ b/sepolicy/private/file.te
@@ -3,6 +3,8 @@
 type demoapp_file, file_type;
 type voucher_file, file_type;
 type xrom_file, file_type;
+type firmware_file, file_type;
+type bt_firmware_file, file_type;
 
 # Offscreen Gestures
 type sysfs_gesture, sysfs_type, fs_type;