gta4xl-common: sepolicy: Attach vendor_property_type to properties
We are going to enforce that each property has an explicit owner, such
as system, vendor, or product. This attaches vendor_property_type to
properties defined under vendor sepolicy directories.
Bug: 159097992
Test: m selinux_policy && boot device
Change-Id: I33c40ca345365d8f01f43d3ce7f1f3434b1edfd5
diff --git a/sepolicy/vendor/property.te b/sepolicy/vendor/property.te
index 767e988..9d47c1b 100644
--- a/sepolicy/vendor/property.te
+++ b/sepolicy/vendor/property.te
@@ -1,10 +1,10 @@
-type persist_rmnet_prop, property_type;
-type persist_data_df_prop, property_type;
-type persist_data_wda_prop, property_type;
+vendor_internal_prop(persist_rmnet_prop)
+vendor_internal_prop(persist_data_df_prop)
+vendor_internal_prop(persist_data_wda_prop)
-type vendor_camera_prop, property_type;
-type vendor_factory_prop, property_type;
-type vendor_hwc_prop, property_type;
-type vendor_sensors_prop, property_type;
-type vendor_wlan_prop, property_type;
-type vendor_wlbtd_prop, property_type;
+vendor_internal_prop(vendor_camera_prop)
+vendor_internal_prop(vendor_factory_prop)
+vendor_internal_prop(vendor_hwc_prop)
+vendor_internal_prop(vendor_sensors_prop)
+vendor_internal_prop(vendor_wlan_prop)
+vendor_internal_prop(vendor_wlbtd_prop)