Further relax strict neverallows for the persist partition

Hiccup is a platform app and requires access to information on the
persist partition. The neverallows introduced by Qualcomm are not
relevant for the old chipset of the FP2.

This extends the earlier change
I21b486d57b14e17552c30846f26738de68d24f06.

Issue: FP2P-331
Change-Id: I1dba80594b38be6f09f0fa7571fade9ad61bb0ce
diff --git a/vendor/common/domain.te b/vendor/common/domain.te
index 85d07aa..645c904 100644
--- a/vendor/common/domain.te
+++ b/vendor/common/domain.te
@@ -27,6 +27,7 @@
     coredomain
     -init
     -ueventd
+    -platform_app
     -system_app
     -vold
     } vendor_persist_type: { dir file } *;