common: sepolicy: Fix compilation issues for newer upgrade
Change-Id: I60686d0066a1aa099a7dffbca091c9a7e2bac7f8
This commit is contained in:
parent
4cf4a266c1
commit
97b4c0d232
|
@ -34,6 +34,3 @@ allow init-qti-ims-sh vendor_shell_exec:file rx_file_perms;
|
|||
allow init-qti-ims-sh vendor_toolbox_exec:file rx_file_perms;
|
||||
|
||||
set_prop(init-qti-ims-sh, qcom_ims_prop)
|
||||
|
||||
# for ro.build.product
|
||||
get_prop(init-qti-ims-sh, exported2_default_prop)
|
||||
|
|
|
@ -125,7 +125,7 @@ set_prop(qti_init_shell, reschedule_service_prop)
|
|||
#Needed for setting hvdcp properties from post_boot
|
||||
set_prop(qti_init_shell, hvdcp_opti_prop)
|
||||
|
||||
get_prop(qti_init_shell, exported3_radio_prop)
|
||||
get_prop(qti_init_shell, radio_control_prop)
|
||||
set_prop(qti_init_shell, vendor_gpu_prop)
|
||||
|
||||
allow qti_init_shell efs_boot_dev:blk_file r_file_perms;
|
||||
|
|
|
@ -32,7 +32,7 @@ add_hwservice(qtidataservices_app, hal_cacert_hwservice)
|
|||
hwbinder_use(qtidataservices_app)
|
||||
|
||||
get_prop(qtidataservices_app, cnd_vendor_prop)
|
||||
set_prop(qtidataservices_app, exported_radio_prop)
|
||||
set_prop(qtidataservices_app, telephony_status_prop)
|
||||
|
||||
allow qtidataservices_app { app_api_service activity_service }:service_manager find;
|
||||
allow qtidataservices_app self:qipcrtr_socket create_socket_perms_no_ioctl;
|
||||
|
|
|
@ -80,7 +80,7 @@ add_hwservice(rild, hal_iwlan_hwservice)
|
|||
add_hwservice(rild, hal_dataconnection_hwservice)
|
||||
hal_server_domain(rild, hal_dataconnection_qti)
|
||||
|
||||
get_prop(rild, exported3_radio_prop)
|
||||
get_prop(rild, radio_control_prop)
|
||||
set_prop(rild, vendor_xlat_prop)
|
||||
get_prop(rild, vendor_rild_libpath_prop)
|
||||
get_prop(rild, vendor_dataqdp_prop)
|
||||
|
|
|
@ -42,7 +42,7 @@ user=_app seinfo=platform name=com.qualcomm.timeservice domain=timeservice_app t
|
|||
user=system seinfo=platform name=com.qualcomm.qti.logkit domain=qti_logkit_app type=system_app_data_file
|
||||
|
||||
#Add new domain for imshelper service
|
||||
user=system seinfo=platform name=.imshelperservice domain=imshelper_app type=imshelper_app_data_file
|
||||
user=system seinfo=platform name=.imshelperservice domain=imshelper_app type=radio_data_file
|
||||
|
||||
#Add new domain for perfdump app
|
||||
user=system seinfo=platform name=com.qualcomm.qti.perfdump domain=perfdump_app type=system_app_data_file
|
||||
|
|
Loading…
Reference in New Issue