Revert "Allow vendors to set remote_prov_prop properties"

This reverts commit a87c7be41929f7cea8e4ed09bf1a17402dcc1e9b.

Reason for revert: I was mistaken and this isn't a property that the vendor should set, but the OEM should override from the product partition. That doesn't require sepolicy changes.

Bug: 256109167
Change-Id: Idebfb623dce960b2b595386ade1e4c4b92a6e402
diff --git a/private/property.te b/private/property.te
index eda66c8..cac04d3 100644
--- a/private/property.te
+++ b/private/property.te
@@ -34,6 +34,7 @@
 system_internal_prop(pm_prop)
 system_internal_prop(profcollectd_node_id_prop)
 system_internal_prop(radio_cdma_ecm_prop)
+system_internal_prop(remote_prov_prop)
 system_internal_prop(rollback_test_prop)
 system_internal_prop(setupwizard_prop)
 system_internal_prop(snapuserd_prop)
@@ -626,10 +627,9 @@
 neverallow domain system_and_vendor_property_type:{file property_service} *;
 
 neverallow {
-  # Only init, vendor_init and the remote provisioner can set the ro.remote_provisioning.* props
+  # Only init and the remote provisioner can set the ro.remote_provisioning.* props
   domain
   -init
-  -vendor_init
   -remote_prov_app
 } remote_prov_prop:property_service set;