common: sepolicy: Fix compilation issues for newer upgrade

Change-Id: I60686d0066a1aa099a7dffbca091c9a7e2bac7f8
This commit is contained in:
Himanshu Agrawal 2021-08-16 14:52:18 +05:30 committed by PainKiller3
parent 4cf4a266c1
commit 97b4c0d232
5 changed files with 4 additions and 7 deletions

View File

@ -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)

View File

@ -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;

View File

@ -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;

View File

@ -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)

View File

@ -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