diff --git a/universal7885-common/sepolicy/vendor/property.te b/universal7885-common/sepolicy/vendor/property.te index b558ecd..d00755c 100644 --- a/universal7885-common/sepolicy/vendor/property.te +++ b/universal7885-common/sepolicy/vendor/property.te @@ -1,26 +1,21 @@ -# modemloader -type modemloader_prop, property_type; -type camera_prop, property_type; - -type persist_rmnet_prop, property_type; -type persist_data_df_prop, property_type; -type persist_data_wda_prop, property_type; - -type vendor_camera_prop, property_type; -type vendor_factory_prop, property_type; -type vendor_gps_prop, property_type; -type vendor_nfc_prop, property_type; -type vendor_wlbtd_prop, property_type; -type vendor_wlan_prop, property_type; -type vendor_hwc_prop, property_type; -# property.te - -type vendor_cbd_prop, property_type; -type vendor_radio_prop, property_type; -type vendor_fastcharge_prop, property_type; -type vendor_wifi_prop, property_type; -type rild_prop, property_type; -# property.te -type vendor_secureos_prop, property_type; -type vendor_tzdaemon_prop, property_type; -type vendor_tztsdaemon_prop, property_type; +vendor_internal_prop(modemloader_prop) +vendor_internal_prop(camera_prop) +vendor_internal_prop(modemloader_prop) +vendor_internal_prop(persist_rmnet_prop) +vendor_internal_prop(persist_data_df_prop) +vendor_internal_prop(persist_data_wda_prop) +vendor_internal_prop(vendor_camera_prop) +vendor_internal_prop(vendor_factory_prop) +vendor_internal_prop(vendor_gps_prop) +vendor_internal_prop(vendor_nfc_prop) +vendor_internal_prop(vendor_wlbtd_prop) +vendor_internal_prop(vendor_wlan_prop) +vendor_internal_prop(vendor_hwc_prop) +vendor_internal_prop(vendor_cbd_prop) +vendor_internal_prop(vendor_radio_prop) +vendor_internal_prop(vendor_fastcharge_prop) +vendor_internal_prop(vendor_wifi_prop) +vendor_internal_prop(rild_prop) +vendor_internal_prop(vendor_secureos_prop) +vendor_internal_prop(vendor_tzdaemon_prop) +vendor_internal_prop(vendor_tztsdaemon_prop)