vendor: omni: sepolicy update

thanks to CM

Change-Id: I033a7af3aaf6ba5fa3b6d78bd4ddd674e152e40c
diff --git a/sepolicy/userinit.te b/sepolicy/userinit.te
new file mode 100644
index 0000000..a9b63a4
--- /dev/null
+++ b/sepolicy/userinit.te
@@ -0,0 +1,8 @@
+###########################
+# OmniROM common sepolicy
+#
+
+type userinit_exec, exec_type, file_type;
+type userinit_data_exec, file_type;
+
+allow userinit_exec userinit_prop:property_service set;