init: permit logpersist transition for the time being (STOPSHIP)

mmi-based products insists on running persistent logcat directly.

Test: build
Bug: 30566487
Change-Id: I6397f5faedb2a4a5e2f4cfc5387977ae9c54b2d4
diff --git a/public/logpersist.te b/public/logpersist.te
index ab7d04b..7fb3ccf 100644
--- a/public/logpersist.te
+++ b/public/logpersist.te
@@ -16,5 +16,5 @@
 neverallow logpersist { app_data_file system_data_file }:dir_file_class_set write;
 
 # Only init is allowed to enter the logpersist domain via exec()
-neverallow { domain -init } logpersist:process transition;
-neverallow * logpersist:process dyntransition;
+#neverallow { domain -init } logpersist:process transition;
+#neverallow * logpersist:process dyntransition;